Skip to content

Commit

Permalink
docs(gh): Remove timeout from docstring.
Browse files Browse the repository at this point in the history
This is removed because the default _is not_ set by this function but
instead set by the application itself.
  • Loading branch information
ethanholz committed Aug 5, 2024
1 parent 8a43683 commit fa9c585
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gha_runner/gh.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ def wait_for_runner(self, label: str, timeout: int, wait: int = 15):
The time in seconds to wait between checks. Defaults to 15 seconds.
timeout : int
The maximum time in seconds to wait for the runner to be online.
Defaults to 300 seconds.
"""
max = time.time() + timeout
runner = self.get_runner(label)
Expand Down

0 comments on commit fa9c585

Please sign in to comment.