mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 17:46:56 +03:00
chore(cli): increase timeout in test (#873)
This commit is contained in:
parent
f23b14cdf0
commit
3c28250668
|
@ -6,7 +6,7 @@ describe('Server', function () {
|
||||||
let scServer: childProcess.ChildProcess;
|
let scServer: childProcess.ChildProcess;
|
||||||
beforeAll(async function () {
|
beforeAll(async function () {
|
||||||
scServer = childProcess.fork(__dirname + '/../bin/redux-devtools.js');
|
scServer = childProcess.fork(__dirname + '/../bin/redux-devtools.js');
|
||||||
await new Promise((resolve) => setTimeout(resolve, 3000));
|
await new Promise((resolve) => setTimeout(resolve, 4000));
|
||||||
});
|
});
|
||||||
|
|
||||||
afterAll(function () {
|
afterAll(function () {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user