diff --git a/test/common/test.js b/test/common/test.js index fa6afe4..5bf9e2c 100644 --- a/test/common/test.js +++ b/test/common/test.js @@ -150,7 +150,7 @@ function run(env) { }); it('navigates to a new page without reloading', () => { - return capture(() => nightmare.goto(base).init().wait(200)) + return capture(() => nightmare.goto(base).init().wait(400)) .then(() => { return capture(() => nightmare.click('a[href="/about"]')); })