Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: increase browserNoActivityTimeout to account for before
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
  • Loading branch information
alanshaw authored and daviddias committed Jul 17, 2018
1 parent 3dc4313 commit 328e338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
served: true,
included: false
}],
browserNoActivityTimeout: 150 * 1000,
browserNoActivityTimeout: 210 * 1000,
singleRun: true
},
hooks: {
Expand Down

0 comments on commit 328e338

Please sign in to comment.