diff --git a/test/common/test.js b/test/common/test.js index c38a7a7..c21d5e9 100644 --- a/test/common/test.js +++ b/test/common/test.js @@ -210,7 +210,7 @@ function run(env) { it('reuses prefetch promise', () => { return nightmare .goto(`${base}/blog`) - .init().wait(200) + .init().wait(300) .then(() => { return capture(() => { return nightmare