mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Set Selenium timeout to try to fix Travis test runs.
This commit is contained in:
parent
4385602780
commit
03c7619169
1 changed files with 6 additions and 4 deletions
|
@ -90,8 +90,9 @@ module.exports = function (grunt) {
|
|||
'-jar',
|
||||
'selenium/selenium-server-standalone-2.47.1.jar',
|
||||
'-port',
|
||||
'-timeout 60',
|
||||
uiConfig.servers.webdriver.port
|
||||
uiConfig.servers.webdriver.port,
|
||||
'-timeout',
|
||||
6002
|
||||
]
|
||||
},
|
||||
|
||||
|
@ -107,8 +108,9 @@ module.exports = function (grunt) {
|
|||
'-jar',
|
||||
'selenium/selenium-server-standalone-2.47.1.jar',
|
||||
'-port',
|
||||
'-timeout 60',
|
||||
uiConfig.servers.webdriver.port
|
||||
uiConfig.servers.webdriver.port,
|
||||
'-timeout',
|
||||
6001
|
||||
]
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue