Skip to content

Commit

Permalink
ci: Increment Appium port
Browse files Browse the repository at this point in the history
The CI logs claim the port is already in use, this is an attempt to
workaround that report.
  • Loading branch information
dcalhoun committed Dec 5, 2024
1 parent 194ecd0 commit be69859
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit be69859

Please sign in to comment.