Try extending the window manager timeout

This commit is contained in:
Kuba Orlik 2022-04-24 18:11:09 +02:00
parent 785f699243
commit 42b258a08c
2 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@ docker image build -t headless-fox .
## Running ## Running
``` ```
docker run -i -v $PWD:/opt headless-fox ./script3.sh '{"url": "pearson.pl", "third_party_domains": ["hotjar.com", "cookielaw.org"]}' 123 docker run -i -v $PWD/static:/opt/static headless-fox ./script3.sh '{"url": "pearson.pl", "third_party_domains": ["hotjar.com", "cookielaw.org"]}' 123
``` ```

View File

@ -174,7 +174,7 @@ if [ ! -z "$WINMGR" -a "$WINMGR" != "none" ] ; then
quiet || echo "$WINMGRNAME looks healthy. Moving on." quiet || echo "$WINMGRNAME looks healthy. Moving on."
break; break;
fi fi
sleep .5 sleep 1
if [ "$i" = "ABORT" ] ; then if [ "$i" = "ABORT" ] ; then
quiet || echo "Window manager ($WINMGRNAME) seems to have failed starting up." quiet || echo "Window manager ($WINMGRNAME) seems to have failed starting up."