mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Switch idle-timeout back to default 30 seconds.
This commit is contained in:
parent
7cb997fa26
commit
f41ca7d0a1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ define(function (require) {
|
|||
debug: true,
|
||||
capabilities: {
|
||||
'selenium-version': '2.47.1',
|
||||
'idle-timeout': 99
|
||||
'idle-timeout': 30
|
||||
},
|
||||
environments: [{
|
||||
browserName: 'firefox'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue