Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/tvm/contrib/hexagon/pytest_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def android_serial_number() -> Optional[str]:
# triggering TIME_WAIT state on the server socket. This prevents another
# server to bind to the same port until the wait time elapses.

LISTEN_PORT_MIN = 2000 # Well above the privileged ports (1024 or lower)
LISTEN_PORT_MIN = 6000 # Avoid hitting well-known Android debug ports
LISTEN_PORT_MAX = 9000 # Below the search range end (port_end=9199) of RPC server
PREVIOUS_PORT = None

Expand Down