Skip to content

Commit

Permalink
Merge pull request #36 from SciML/gpu-testing-timeout-increase
Browse files Browse the repository at this point in the history
Buildkite timeout increase
  • Loading branch information
nicholaskl97 authored Jan 27, 2025
2 parents 193600c + 93c733f commit 56a160f
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 56a160f

Please sign in to comment.