From e11405d5552f4ebdfede36a10029d8b438766bb9 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 17 Feb 2018 19:12:47 -0500 Subject: [PATCH] try increasing timeout --- 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 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