From beb415c65dff44d2dbeab97cce65b8b62dcf3d58 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 17 Feb 2018 19:22:05 -0500 Subject: [PATCH] argh --- test/common/test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 => {