diff --git a/test/common/test.js b/test/common/test.js index 803ba1f..c38a7a7 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(100) + .init().wait(200) .then(() => { return capture(() => { return nightmare