Skip to content

Commit

Permalink
increase whenavail timouts
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed May 14, 2024
1 parent 06732ca commit d2d0837
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerbuild/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ set -x
cd /data
export COMPOSER_ALLOW_SUPERUSER=1; composer install

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

./vendor/bin/behat \
--no-interaction \
Expand Down

0 comments on commit d2d0837

Please sign in to comment.