Skip to content

Commit ebd8950

Browse files
authored
Increase delete timeout (#1062)
1 parent 7f78485 commit ebd8950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/functions

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ wait_for_delete() {
318318
sleep 1
319319
echo -n .
320320
let retry+=1
321-
if [ $retry -ge 120 ]; then
321+
if [ $retry -ge 200 ]; then
322322
echo max retry count $retry reached. something went wrong with operator or kubernetes cluster
323323
exit 1
324324
fi

0 commit comments

Comments
 (0)