Skip to content

Commit e8e52e0

Browse files
fix: increase test timeout
1 parent e5c947b commit e8e52e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/hot-and-live-reload.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ const cssFilePath = path.resolve(
2020
'../fixtures/reload-config/main.css'
2121
);
2222

23+
jest.setTimeout(240000);
24+
2325
describe('hot and live reload', () => {
2426
// "sockjs" client cannot add additional headers
2527
const modes = [

0 commit comments

Comments
 (0)