Skip to content

Commit 6ffd759

Browse files
committed
Extend timeout
1 parent 8e32d87 commit 6ffd759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ steps:
1414
cuda: "*"
1515
multigpu: "*"
1616
if: build.message !~ /\[skip tests\]/
17-
timeout_in_minutes: 5
17+
timeout_in_minutes: 30
1818
matrix:
1919
setup:
2020
julia:
@@ -37,7 +37,7 @@ steps:
3737
cuda: "*"
3838
multigpu: "*"
3939
if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
40-
timeout_in_minutes: 5
40+
timeout_in_minutes: 30
4141
matrix:
4242
setup:
4343
cuda:

0 commit comments

Comments
 (0)