Skip to content

Commit eb5642e

Browse files
authored
Fix: make gh timeout longer (#267)
1 parent 58731de commit eb5642e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/discord-cluster-manager/launchers

src/discord-cluster-manager/launchers/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ async def trigger(self, inputs: dict) -> bool:
226226
return False
227227

228228
async def wait_for_completion(
229-
self, callback: Callable[["GitHubRun"], Awaitable[None]], timeout_minutes: int = 5
229+
self, callback: Callable[["GitHubRun"], Awaitable[None]], timeout_minutes: int = 10
230230
):
231231
if self.run is None:
232232
raise ValueError("Run needs to be triggered before a status check!")

0 commit comments

Comments
 (0)