From 34176335d95a2cf9890f62bd0fe96fe16d0ae898 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Thu, 12 Mar 2020 16:10:18 +0000 Subject: [PATCH] tests fix --- test-compose/idp/Dockerfile | 2 +- tests/fulltest.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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