mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
increase timeout for spectron tests
from default 10s to 30s, as sometimes it runs out of time while starting the app
This commit is contained in:
parent
812ca44ffb
commit
ad9b23bfe9
1 changed files with 2 additions and 1 deletions
|
|
@ -5,5 +5,6 @@ export default {
|
||||||
compileAsTests: ['**/testUtils/**/*']
|
compileAsTests: ['**/testUtils/**/*']
|
||||||
},
|
},
|
||||||
extensions: ['ts'],
|
extensions: ['ts'],
|
||||||
require: ['ts-node/register/transpile-only']
|
require: ['ts-node/register/transpile-only'],
|
||||||
|
timeout: '30s'
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue