Try a longer sleep
Webapp Test / Run webapp test suite (push) Successful in 3m14s Details
Smoke Test / Run basic test suite (push) Successful in 4m12s Details
Deploy Test / Run deploy test suite (push) Successful in 3m3s Details
K8s Deploy Test / Run deploy test suite on kind/k8s (push) Failing after 4m13s Details

pull/717/head
David Boreham 2024-01-21 17:42:09 -07:00
parent bc872b09fb
commit 6d5f661750
1 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,8 @@ fi
# Stop then start again and check the volume was preserved # Stop then start again and check the volume was preserved
$TEST_TARGET_SO deployment --dir $test_deployment_dir stop $TEST_TARGET_SO deployment --dir $test_deployment_dir stop
# Sleep a bit just in case # Sleep a bit just in case
sleep 2 # sleep for longer to check if that's why the subsequent create cluster fails
sleep 20
$TEST_TARGET_SO deployment --dir $test_deployment_dir start $TEST_TARGET_SO deployment --dir $test_deployment_dir start
wait_for_pods_started wait_for_pods_started
wait_for_log_output wait_for_log_output