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…
Reference in New Issue
Block a user