Try extending the window manager timeout
This commit is contained in:
parent
785f699243
commit
42b258a08c
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
@ -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."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user