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 20, 2024
1 parent 4df8763 commit 38e52bd
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 38e52bd

Please sign in to comment.