Skip to content

Commit

Permalink
Update timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeigeC authored Feb 3, 2023
1 parent 0c27cbb commit 5a6a914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/scripts/test-alive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ echo "# Test website is up"

sudo apt install -y ca-certificates
set +e
timeout=600;
timeout=900;
elapse=0;
range=10;
test_result=1
Expand All @@ -21,4 +21,4 @@ if [ "$test_result" -gt "0" ] ; then
ret=$test_result
echo "ERROR: url does not respond"
exit 1
fi
fi

0 comments on commit 5a6a914

Please sign in to comment.