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 6, 2024
1 parent 50dd51f commit 74f526b
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 74f526b

Please sign in to comment.