Skip to content

Commit dbca21d

Browse files
authored
Merge pull request #847
Tweak CI timeout
2 parents eecd77a + 848d18b commit dbca21d

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
@@ -45,7 +45,7 @@ steps:
4545
rocmgpu: "*"
4646
if: build.message !~ /\[skip tests\]/
4747
command: "julia --project -e 'using Pkg; Pkg.update()'"
48-
timeout_in_minutes: 30
48+
timeout_in_minutes: 60
4949
env:
5050
JULIA_NUM_THREADS: 4
5151
JULIA_AMDGPU_CORE_MUST_LOAD: "1"
@@ -65,7 +65,7 @@ steps:
6565
rocmgpu: "*"
6666
if: build.message !~ /\[skip tests\]/
6767
command: "julia --project -e 'using Pkg; Pkg.update()'"
68-
timeout_in_minutes: 30
68+
timeout_in_minutes: 60
6969
env:
7070
JULIA_NUM_THREADS: 4
7171
JULIA_AMDGPU_CORE_MUST_LOAD: "1"
@@ -85,7 +85,7 @@ steps:
8585
rocmgpu: "*"
8686
if: build.message !~ /\[skip tests\]/
8787
command: "julia --project -e 'using Pkg; Pkg.update()'"
88-
timeout_in_minutes: 30
88+
timeout_in_minutes: 60
8989
env:
9090
JULIA_NUM_THREADS: 4
9191
JULIA_AMDGPU_CORE_MUST_LOAD: "1"

0 commit comments

Comments
 (0)