Skip to content

Commit d9c167f

Browse files
committed
ci: increase build time allowance
1 parent 47b365e commit d9c167f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- group: ":test_tube: Tests"
33
steps:
4-
- label: "CUDA Julia v{{matrix.version}} -- {{matrix.group}}"
4+
- label: ":julia: :linux: CUDA Julia v{{matrix.version}} -- {{matrix.group}}"
55
matrix:
66
setup:
77
version:
@@ -33,7 +33,7 @@ steps:
3333
env:
3434
REACTANT_TEST_GROUP: "{{matrix.group}}"
3535
if: build.message !~ /\[skip tests\]/
36-
timeout_in_minutes: 60
36+
timeout_in_minutes: 120
3737

3838
- label: ":julia: :linux: aarch64 - Julia v{{matrix.version}} -- {{matrix.group}}"
3939
matrix:
@@ -70,7 +70,7 @@ steps:
7070
env:
7171
REACTANT_TEST_GROUP: "{{matrix.group}}"
7272
if: build.message !~ /\[skip tests\]/
73-
timeout_in_minutes: 60
73+
timeout_in_minutes: 120
7474

7575
- group: ":racehorse: Benchmarks"
7676
steps:

0 commit comments

Comments
 (0)