Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gwicke committed Dec 30, 2015
1 parent cc7f412 commit 81d554f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ test_install() {

if [ "$1" == 'noinstall' ];then
echoinfo "noinstall option set, only testing 'mediawiki-containers start'".
# Sadly, `docker logs` ignores sigpipe, so we can't wait for startup to be
# done via | sed '/Done in /q'. Instead, employ a static sleep for now.
./mediawiki-containers restart &
sleep 120
sleep 180
check_service
else
test_install
Expand Down

0 comments on commit 81d554f

Please sign in to comment.