We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641c959 commit 8f4bc85Copy full SHA for 8f4bc85
1 file changed
.github/workflows/ci.yaml
@@ -91,7 +91,7 @@ jobs:
91
92
- name: Wait for test workload
93
run: |
94
- kubectl wait --for=condition=complete job/flake-hello job/expr-hello job/path-hello -n nix-csi --timeout=60s
+ kubectl wait --for=condition=complete job/flake-hello job/expr-hello job/path-hello -n nix-csi --timeout=120s
95
96
- name: Validate success events
97
@@ -218,7 +218,7 @@ jobs:
218
219
220
221
222
223
- name: Delete jobs and verify CSI cleanup
224
0 commit comments