Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
Increased time for GPU testing

Signed-off-by: Nicholas Klugman <[email protected]>
  • Loading branch information
nicholaskl97 committed Jan 27, 2025
1 parent 40479d0 commit b7c55d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ steps:
GROUP: 'GPU'
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts
# SECRET_CODECOV_TOKEN: "..."
timeout_in_minutes: 30
timeout_in_minutes: 1440
# Don't run Buildkite if the commit message includes the text [skip tests]
if: build.message !~ /\[skip tests\]/
if: build.message !~ /\[skip tests\]/

0 comments on commit b7c55d7

Please sign in to comment.