Skip to content

Commit

Permalink
tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Mar 12, 2020
1 parent cb1bc2c commit 3417633
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test-compose/idp/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions tests/fulltest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3417633

Please sign in to comment.