mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: fix windows build
This commit is contained in:
parent
5ef527990a
commit
ebe474ab91
1 changed files with 4 additions and 4 deletions
|
|
@ -72,10 +72,10 @@ module.exports = function (config) {
|
|||
debug: true,
|
||||
},
|
||||
},
|
||||
browserNoActivityTimeout: 6000, // time before killing browser if no signal
|
||||
browserDisconnectTimeout: 2000, // time to wait after disconnection
|
||||
browserDisconnectTolerance: 1, // retry once if disconnect occurs
|
||||
captureTimeout: 10000,
|
||||
browserNoActivityTimeout: 30000, // time before killing browser if no signal (30s for CI stability)
|
||||
browserDisconnectTimeout: 5000, // time to wait after disconnection
|
||||
browserDisconnectTolerance: 2, // retry twice if disconnect occurs
|
||||
captureTimeout: 60000, // time to wait for browser to capture (60s for slower CI)
|
||||
reportSlowerThan: 500,
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue