increase retries to 2

This commit is contained in:
Spencer Alger 2014-09-25 09:48:33 -07:00
parent b21b916aa4
commit 413c55812a

View file

@ -13,7 +13,7 @@ module.exports = {
build: buildId,
concurrency: 10,
'max-duration': 60,
maxRetries: 1,
maxRetries: 2,
browsers: [
{
browserName: 'chrome',