Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 328e338

Browse files
alanshawdaviddias
authored andcommitted
fix: increase browserNoActivityTimeout to account for before
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent 3dc4313 commit 328e338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.aegir.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
served: true,
1818
included: false
1919
}],
20-
browserNoActivityTimeout: 150 * 1000,
20+
browserNoActivityTimeout: 210 * 1000,
2121
singleRun: true
2222
},
2323
hooks: {

0 commit comments

Comments
 (0)