Skip to content

Commit 8f4bc85

Browse files
committed
raise test workload timeout to 120s
since we're building hello-unfree it might take a bit more time to complete
1 parent 641c959 commit 8f4bc85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Wait for test workload
9393
run: |
94-
kubectl wait --for=condition=complete job/flake-hello job/expr-hello job/path-hello -n nix-csi --timeout=60s
94+
kubectl wait --for=condition=complete job/flake-hello job/expr-hello job/path-hello -n nix-csi --timeout=120s
9595
9696
- name: Validate success events
9797
run: |
@@ -218,7 +218,7 @@ jobs:
218218
219219
- name: Wait for test workload
220220
run: |
221-
kubectl wait --for=condition=complete job/flake-hello job/expr-hello job/path-hello -n nix-csi --timeout=60s
221+
kubectl wait --for=condition=complete job/flake-hello job/expr-hello job/path-hello -n nix-csi --timeout=120s
222222
223223
- name: Delete jobs and verify CSI cleanup
224224
run: |

0 commit comments

Comments
 (0)