From fc7a99cba35b513174a8cf1a7dba4f4520faa96c Mon Sep 17 00:00:00 2001 From: Szymon Chmal Date: Thu, 30 Jul 2026 12:41:29 -0700 Subject: [PATCH] chore: increase playground harness timeout --- apps/playground/rn-harness.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/playground/rn-harness.config.mjs b/apps/playground/rn-harness.config.mjs index bb4badfe..47eb1274 100644 --- a/apps/playground/rn-harness.config.mjs +++ b/apps/playground/rn-harness.config.mjs @@ -114,7 +114,7 @@ export default { }), ], defaultRunner: 'android', - platformReadyTimeout: 300000, + platformReadyTimeout: 600000, bridgeTimeout: 120000, testTimeout: 10000,