Increase service wait timeout (#1043)

Signed-off-by: Matej Vasek <mvasek@redhat.com>
This commit is contained in:
Matej Vasek 2022-06-08 22:19:38 +02:00 committed by GitHub
parent afe8a959ca
commit c592cd2a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -47,11 +47,11 @@ EOF
# Sleep to avoid a racing condition where `kubectl wait` below will fail
# immediately that the "echo" route is not found and can thus not be waited
# upon to complete.
sleep 30
sleep 60
# Wait for the test to become available
echo "${em} Waiting for echo route${me}"
kubectl wait --for=condition=Ready route echo -n func --timeout=120s
kubectl wait --for=condition=Ready route echo -n func --timeout=600s
echo "${em} Invoking echo server${me}"
curl http://echo.func.127.0.0.1.sslip.io/