Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a6f85a

Browse files
committed
Sleep before deleting the cluster to give the controller manager time to
delete any cloudprovider resources still around from the last test.
1 parent fe3d59b commit 9a6f85a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hack/jenkins/e2e.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,8 @@ fi
222222

223223
### Clean up ###
224224
if [[ "${E2E_DOWN,,}" == "true" ]]; then
225+
# Sleep before deleting the cluster to give the controller manager time to
226+
# delete any cloudprovider resources still around from the last test.
227+
sleep 60
225228
go run ./hack/e2e.go ${E2E_OPT} -v --down
226229
fi

0 commit comments

Comments
 (0)