Merge pull request #9 from andrenatal/patch-1

Update index.js
This commit is contained in:
Andre Natal 2016-07-28 21:00:52 +02:00 коммит произвёл GitHub
Родитель 6e3d0c3ef2 17f45400df
Коммит bb9a87b513
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -43,7 +43,7 @@ startServer();
// Wait until we have a working wifi connection. Retry every 3 seconds up
// to 10 times. If we are connected, then start the Vaani client.
// If we never get a wifi connection, go into AP mode.
waitForWifi(10, 3000)
waitForWifi(20, 3000)
.then(() => {
// XXX: we should check that the token is still valid and prompt
// the user to renew it if it is expired or will expire soon