mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-29 09:26:30 +00:00
change timeout in generated nodeconfig.js from 30000 to 30
This commit is contained in:
+1
-1
@@ -165,7 +165,7 @@ def create_node_config(avd_name: str, browser_name: str, appium_host: str, appiu
|
||||
],
|
||||
'configuration': {
|
||||
'cleanUpCycle': 2000,
|
||||
'timeout': 30000,
|
||||
'timeout': 30,
|
||||
'proxy': 'org.openqa.grid.selenium.proxy.DefaultRemoteProxy',
|
||||
'url': 'http://{host}:{port}/wd/hub'.format(host=appium_host, port=appium_port),
|
||||
'host': appium_host,
|
||||
|
||||
Reference in New Issue
Block a user