Skip to content

Commit 874b57d

Browse files
committed
Add CI timeouts.
1 parent 2332c89 commit 874b57d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ steps:
99
agents:
1010
queue: "juliagpu"
1111
cuda: "*"
12+
timeout_in_minutes: 60
1213

1314
- label: "Julia nightly"
1415
plugins:
@@ -20,6 +21,7 @@ steps:
2021
cuda: "*"
2122
soft_fail:
2223
- exit_status: 1
24+
timeout_in_minutes: 60
2325

2426
env:
2527
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts

0 commit comments

Comments
 (0)