Skip to content

Commit 3edf30b

Browse files
author
Eetu Jalonen
committed
Increase device connected wait time to 20 seconds
1 parent 04a9899 commit 3edf30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/instances.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ var Instances = {
197197
var timeout = setTimeout(function() {
198198
that.emitter.removeAllListeners("connect:browsersync");
199199
deferred.resolve();
200-
}, 5000);
200+
}, 20000);
201201
this.emitter.on("connect:browsersync", function() {
202202
deviceAmount--;
203203
if (deviceAmount === 0) {

0 commit comments

Comments
 (0)