diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 3967e83..092feaa 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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\]/ \ No newline at end of file + if: build.message !~ /\[skip tests\]/