mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-10-14 00:59:29 +00:00
try raising max-duration for saucelabs test
This commit is contained in:
parent
f803b17859
commit
ce71c3d2ef
@ -244,7 +244,8 @@ module.exports = function(grunt) {
|
|||||||
maxRetries: 3,
|
maxRetries: 3,
|
||||||
throttled: 2,
|
throttled: 2,
|
||||||
pollInterval: 4000,
|
pollInterval: 4000,
|
||||||
statusCheckAttempts: 200,
|
'max-duration': 360,
|
||||||
|
statusCheckAttempts: 200
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user