change timeout for 200 to 300
This commit is contained in:
parent
d1677dc524
commit
28bab5533a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if (phantom.args.length < 2) {
|
|||
page.render(output);
|
||||
page.close();
|
||||
phantom.exit();
|
||||
}, 200);
|
||||
}, 300);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue