Skip to content

Commit 7171e8b

Browse files
committed
fix: increase ios runner command timeouts
1 parent 49c11ca commit 7171e8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/platforms/ios/runner-client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const RUNNER_STARTUP_TIMEOUT_MS = resolveTimeoutMs(
7474
);
7575
const RUNNER_COMMAND_TIMEOUT_MS = resolveTimeoutMs(
7676
process.env.AGENT_DEVICE_RUNNER_COMMAND_TIMEOUT_MS,
77-
15_000,
77+
45_000,
7878
1_000,
7979
);
8080
const RUNNER_CONNECT_ATTEMPT_INTERVAL_MS = resolveTimeoutMs(
@@ -94,7 +94,7 @@ const RUNNER_CONNECT_RETRY_MAX_DELAY_MS = resolveTimeoutMs(
9494
);
9595
const RUNNER_CONNECT_REQUEST_TIMEOUT_MS = resolveTimeoutMs(
9696
process.env.AGENT_DEVICE_RUNNER_CONNECT_REQUEST_TIMEOUT_MS,
97-
5_000,
97+
20_000,
9898
250,
9999
);
100100
const RUNNER_DEVICE_INFO_TIMEOUT_MS = resolveTimeoutMs(

0 commit comments

Comments
 (0)