Skip to content

Commit ad972e7

Browse files
committed
change sleep time #17
1 parent aa2579f commit ad972e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kind-chaos-mesh-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959

6060
- name: Check pods
6161
run: |
62-
for i in `seq 10`
62+
for i in `seq 60`
6363
do
6464
kubectl get pods -n chaos-testing
6565
kubectl get pods
66-
sleep 5
66+
sleep 1
6767
done

0 commit comments

Comments
 (0)