Skip to content
Snippets Groups Projects
Commit b826de88 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch 'wait_longer_for_cert' into 'master'

Wait up to 30 mins for LE cert

See merge request openappstack/bootstrap!45
parents 9aad5e37 3b13081a
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ behave:
- ls -al test/behave
- grep -v 'keycloak.admin.password' test/behave/behave.ini
# Wait for proper LE cert to get served
- timeout -t 1200 sh -c 'while ! curl --cacert ./test/letsencrypt_staging_bundle.pem -s https://auth.ci-${CI_PIPELINE_ID}.ci.openappstack.net/auth/ > /dev/null; do date; echo "Waiting for LE cert..."; sleep 5; done'
- timeout -t 1800 sh -c 'while ! curl --cacert ./test/letsencrypt_staging_bundle.pem -s https://auth.ci-${CI_PIPELINE_ID}.ci.openappstack.net/auth/ > /dev/null; do date; echo "Waiting for LE cert..."; sleep 5; done'
- cd test/behave/
- behave -D headless=True --stop
cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment