diff --git a/test/common/test.js b/test/common/test.js index c21d5e9..fa6afe4 100644 --- a/test/common/test.js +++ b/test/common/test.js @@ -184,12 +184,12 @@ function run(env) { return nightmare .goto(`${base}/about`) .init() - .wait(100) + .wait(200) .then(() => { return capture(() => { return nightmare .click('.prefetch') - .wait(100); + .wait(200); }); }) .then(requests => {