mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
change mocha timeout to be 1 minute (#4046)
This commit is contained in:
parent
fc32856e55
commit
e7c7c7ebdf
@ -32,7 +32,8 @@ const runInternal = async <TReturn, TNetworkResponse>(
|
||||
global.chai = chai;
|
||||
|
||||
const mocha: Mocha = new Mocha({
|
||||
timeout: 5000,
|
||||
// ms * sec * min
|
||||
timeout: 1000 * 60 * 1,
|
||||
globals: ['insomnia', 'chai'],
|
||||
bail,
|
||||
reporter,
|
||||
|
Loading…
Reference in New Issue
Block a user