commit a7ad2fb8b29b6c9a8d502744b402926a193c3c74
parent 3f9216515906e56bb3db1f561c0a65de9d40e5c1
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Mon, 14 Nov 2016 20:38:11 +0100
Adjust timeouts
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/screencap_iitc.js b/screencap_iitc.js
@@ -129,7 +129,7 @@ function afterCookieLogin(IntelURL, search) {
}, search);
}
waitFor({
- timeout: 120000,
+ timeout: 240000,
check: function () {
return page.evaluate(function() {
if (document.querySelector('.map').textContent.indexOf('done') != -1) {