Skip to content

Commit

Permalink
build: 👷 try fixing panel port for CI runs (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
xaf authored Jan 10, 2024
1 parent 59807dc commit daf702b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end-to-end/test_qolsysgw.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async def get_context(self):
# Sometimes there's weird issues with ports, give it a few tries
for i in reversed(range(10)):
# Try starting the panel
await panel.start()
await panel.start(port=12345 if running_in_ci() else 0)

# Check that we can connect to it
try:
Expand Down

0 comments on commit daf702b

Please sign in to comment.