mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
4 seconds
This commit is contained in:
parent
ce25738306
commit
658e5cdc6c
|
@ -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, 5000));
|
await new Promise((resolve) => setTimeout(resolve, 4000));
|
||||||
});
|
});
|
||||||
|
|
||||||
afterAll(function () {
|
afterAll(function () {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user