From 3846f84218a77b0071b5ed992832a328870bc84f Mon Sep 17 00:00:00 2001 From: Scott McKay Date: Fri, 27 Sep 2024 08:59:36 +1000 Subject: [PATCH] Increase React Native E2E (#22230) ### Description Increase the detox setup timeout to 4 minutes. The iOS RN E2E tests are taking slightly around 2 mins to setup causing flakiness. ### Motivation and Context Improve RN CI pass rate --- js/react_native/e2e/.detoxrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/react_native/e2e/.detoxrc.js b/js/react_native/e2e/.detoxrc.js index 0792c3d528..e886a363d3 100644 --- a/js/react_native/e2e/.detoxrc.js +++ b/js/react_native/e2e/.detoxrc.js @@ -6,7 +6,7 @@ module.exports = { config: 'test/jest.config.js', }, jest: { - setupTimeout: 120000, + setupTimeout: 240000, }, }, apps: {