change timeout for 200 to 300

This commit is contained in:
Knah Tsaeb 2013-03-26 15:23:02 +01:00
parent d1677dc524
commit 28bab5533a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if (phantom.args.length < 2) {
page.render(output);
page.close();
phantom.exit();
}, 200);
}, 300);
}
});
}