diff --git a/test-compose/idp/Dockerfile b/test-compose/idp/Dockerfile index fa052c8..671b9ad 100644 --- a/test-compose/idp/Dockerfile +++ b/test-compose/idp/Dockerfile @@ -1,4 +1,4 @@ -FROM tier/shib-idp:4.0.0_20200311 +FROM tier/shib-idp:4.0.beta2_20200228 # The build args below can be used at build-time to tell the build process where to find your config files. This is for a completely burned-in config. ARG TOMCFG=config/tomcat diff --git a/tests/fulltest.sh b/tests/fulltest.sh index 8088fd9..40d7d0a 100755 --- a/tests/fulltest.sh +++ b/tests/fulltest.sh @@ -6,8 +6,8 @@ echo "Launching fresh containers..." ./compose.sh &>/dev/null popd &>/dev/null -echo "Waiting 3 minutes while everything comes up..." -sleep 180 +echo "Waiting 1 minute while everything comes up..." +sleep 60 pushd tests &>/dev/null rm -f ./lastpage.txt