Set Selenium timeout to try to fix Travis test runs.

This commit is contained in:
LeeDr 2015-12-02 09:48:11 -06:00
parent 4385602780
commit 03c7619169

View file

@ -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
]
},