Unverified Commit 37470dfc authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[devicelab] de-flake iOS launch (#68790)

* [devicelab] de-flake iOS launch
parent 21ca1f9b
...@@ -422,7 +422,7 @@ class IOSDevice extends Device { ...@@ -422,7 +422,7 @@ class IOSDevice extends Device {
deviceLogReader, deviceLogReader,
portForwarder: portForwarder, portForwarder: portForwarder,
throttleDuration: fallbackPollingDelay, throttleDuration: fallbackPollingDelay,
throttleTimeout: fallbackThrottleTimeout ?? const Duration(seconds: 5), throttleTimeout: fallbackThrottleTimeout ?? const Duration(minutes: 5),
hostPort: debuggingOptions.hostVmServicePort, hostPort: debuggingOptions.hostVmServicePort,
devicePort: debuggingOptions.deviceVmServicePort, devicePort: debuggingOptions.deviceVmServicePort,
ipv6: ipv6, ipv6: ipv6,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment