vsc formatting and testing a lower timeout for apple devices

This commit is contained in:
Stefan Midjich 2017-09-29 16:04:56 +02:00
parent 37028c98d2
commit fd8e97c673

View file

@ -146,7 +146,7 @@ function poll_jobs(data) {
// Apple devices don't poll their captiveportal URL,
// so this is for them. Android devices will do their
// own polling and close the wifi-portal before this.
setTimeout(do_success, 30000);
setTimeout(do_success, 10000);
}
// This is reject() above.