improving end-to-end tests

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2024-04-11 21:10:59 +02:00
parent dd8a16f9d6
commit cd924de9d3
No known key found for this signature in database
GPG Key ID: 7D0F74F05C22F553
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ until [[ $status = "false" ]]; do
if [[ "$status" =~ "false" || "$status" = "" ]]; then
let "counter += 1"
if [[ $counter -gt 50 ]]; then
if [[ $counter -gt 90 ]]; then
echo "Failed to wait for server"
exit 1
fi