change timeout in generated nodeconfig.js from 30000 to 30

This commit is contained in:
Felix Weber 2019-01-31 15:32:51 +01:00
parent 54811c0c81
commit 9441d537b7

View file

@ -165,7 +165,7 @@ def create_node_config(avd_name: str, browser_name: str, appium_host: str, appiu
], ],
'configuration': { 'configuration': {
'cleanUpCycle': 2000, 'cleanUpCycle': 2000,
'timeout': 30000, 'timeout': 30,
'proxy': 'org.openqa.grid.selenium.proxy.DefaultRemoteProxy', 'proxy': 'org.openqa.grid.selenium.proxy.DefaultRemoteProxy',
'url': 'http://{host}:{port}/wd/hub'.format(host=appium_host, port=appium_port), 'url': 'http://{host}:{port}/wd/hub'.format(host=appium_host, port=appium_port),
'host': appium_host, 'host': appium_host,