We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a4377 commit a8eea25Copy full SHA for a8eea25
1 file changed
codeclash/games/battlesnake/battlesnake.py
@@ -24,7 +24,7 @@ def __init__(self, config, **kwargs):
24
self.run_cmd_round += f" --{arg} {val}"
25
self._failed_to_start_player = []
26
27
- def _wait_for_ports(self, requested_ports: list[int], timeout: float = 3.0) -> list[int]:
+ def _wait_for_ports(self, requested_ports: list[int], timeout: float = 60.0) -> list[int]:
28
"""Wait for ports to be served, up to timeout seconds.
29
30
Returns:
0 commit comments