mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
increase retries to 2
This commit is contained in:
parent
b21b916aa4
commit
413c55812a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ module.exports = {
|
|||
build: buildId,
|
||||
concurrency: 10,
|
||||
'max-duration': 60,
|
||||
maxRetries: 1,
|
||||
maxRetries: 2,
|
||||
browsers: [
|
||||
{
|
||||
browserName: 'chrome',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue