fix: Increase timeout (#431)

* fix: Increase timeout
This commit is contained in:
Kroese
2023-12-06 05:37:03 +01:00
committed by GitHub
parent 7fd29e30b3
commit 143a2151fb
4 changed files with 8 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ do
# Retrieve IP from guest VM
set +e
RESPONSE=$(curl -s -m 16 -S http://127.0.0.1:2210/read?command=10 2>&1)
RESPONSE=$(curl -s -m 30 -S http://127.0.0.1:2210/read?command=10 2>&1)
set -e
if [[ ! "${RESPONSE}" =~ "\"success\"" ]] ; then