Skip to content

Commit

Permalink
try increasing timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <[email protected]>
  • Loading branch information
rajatjindal committed Mar 22, 2024
1 parent 8ddac76 commit 9e6f3b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/workloads-delete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

## test that the workload pods can be terminated
kubectl delete pod -l app=wasm-spin --timeout 10s
kubectl delete pod -l app=spin-keyvalue --timeout 10s
kubectl delete pod -l app=spin-outbound-redis --timeout 10s
kubectl delete pod -l app=wasm-spin --timeout 20s
kubectl delete pod -l app=spin-keyvalue --timeout 20s
kubectl delete pod -l app=spin-outbound-redis --timeout 20s

0 comments on commit 9e6f3b7

Please sign in to comment.