Skip to content

Commit

Permalink
Increase timeout when tests are waiting for local IDP to start up
Browse files Browse the repository at this point in the history
  • Loading branch information
forevermatt committed Dec 2, 2024
1 parent 4b0fa41 commit 88816f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerbuild/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e
cd /data

whenavail "ssp-hub.local" 80 15 echo Hub ready
whenavail "ssp-idp1.local" 80 5 echo IDP 1 ready
whenavail "ssp-idp1.local" 80 10 echo IDP 1 ready
whenavail "ssp-sp1.local" 80 5 echo SP 1 ready

./vendor/bin/behat \
Expand Down

0 comments on commit 88816f3

Please sign in to comment.