From 74f526bc38bdf092aef8823895be8feb5652408c Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Thu, 5 Dec 2024 12:55:48 -0500 Subject: [PATCH] ci: Increment Appium port The CI logs claim the port is already in use, this is an attempt to workaround that report. --- .../__device-tests__/helpers/serverConfigs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-editor/__device-tests__/helpers/serverConfigs.js b/packages/react-native-editor/__device-tests__/helpers/serverConfigs.js index 7bfefd45b01843..64a9b476be77dc 100644 --- a/packages/react-native-editor/__device-tests__/helpers/serverConfigs.js +++ b/packages/react-native-editor/__device-tests__/helpers/serverConfigs.js @@ -1,6 +1,6 @@ exports.local = { host: '127.0.0.1', - port: 4723, // Port for local Appium runs. + port: 4724, // Port for local Appium runs. }; exports.sauce = {