From 5bbd7ead1733f2d09565e27e8e6e43b0c67c6ec6 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 17 Feb 2018 19:16:06 -0500 Subject: [PATCH] and again --- test/common/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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