try increasing timeout

This commit is contained in:
Rich Harris
2018-02-17 19:12:47 -05:00
parent 9fe0ca2c22
commit e11405d555

View File

@@ -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