mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
chore: allow longer protractor timeouts
This commit is contained in:
parent
a3884bdb3b
commit
bf96749580
1 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ const args = [
|
|||
'--window-size=800,600',
|
||||
'--no-sandbox',
|
||||
'--disable-dev-shm-usage',
|
||||
'--disable-browser-side-navigation',
|
||||
// `--binary=${process.env.CHROME_BIN}`
|
||||
]
|
||||
|
||||
|
|
@ -17,7 +18,7 @@ const args = [
|
|||
* @type { import('protractor').Config }
|
||||
*/
|
||||
exports.config = {
|
||||
allScriptsTimeout: 11000,
|
||||
allScriptsTimeout: 60000,
|
||||
specs: [
|
||||
'./src/**/*.e2e-spec.ts'
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue