Skip to content

Commit b8d7d33

Browse files
committed
Give more time to clean-up
1 parent 2ede2d5 commit b8d7d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integration-tests/bash/cleanup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export HOST_DIR="/scratch/k8s_dir/acceptance_test_tmp"
2626
mkdir -m 777 -p $RESULT_DIR
2727

2828
function waitForDelete {
29-
maxwaitsecs=60
29+
maxwaitsecs=120
3030
echo "@@ Waiting up to $maxwaitsecs seconds for ${1:?} that contain string ${2:?} to delete."
3131

3232
artcount=1

0 commit comments

Comments
 (0)