Skip to content

Commit

Permalink
increase wait time on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Jan 10, 2019
1 parent ed8c3e5 commit 027b091
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:3.4.3_20190101
FROM tier/shib-idp:3.4.2_181201

# 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 4 minutes while everything comes up..."
sleep 240

pushd tests &>/dev/null
rm -f ./lastpage.txt
Expand Down

0 comments on commit 027b091

Please sign in to comment.