mirror of
https://github.com/luzifer-docker/chrome-firemap.git
synced 2024-12-20 14:31:17 +00:00
Allow more time
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f3bc552880
commit
2d3b28995b
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -12,7 +12,7 @@ TARGET="$4"
|
|||
google-chrome-stable --version
|
||||
google-chrome-stable --headless --no-sandbox \
|
||||
--hide-scrollbars --disable-gpu --screenshot \
|
||||
--window-size=$W,$H --virtual-time-budget=5000 \
|
||||
--window-size=$W,$H --virtual-time-budget=60000 \
|
||||
"http://openfiremap.org/?zoom=${ZOOM}&lat=${LAT}&lon=${LON}&layers=B0000TF"
|
||||
|
||||
ls -lh
|
||||
|
|
Loading…
Reference in a new issue