increase timeout for flash writing

This commit is contained in:
Nico Schottelius 2020-08-01 14:00:49 +02:00
parent d68242713a
commit e0a313c709
1 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@ fi
id=$1; shift
./viirb-1-connect-flash-latest-openwrt.sh eth0 192.168.61.1
# reboot may take longer
sleep 60
# reboot may take longer / rewriting the flash
sleep 120
./viirb-2-configure-fully-after-upgrade.sh 192.168.61.1 "$id"