Skip to content

Commit c3a5083

Browse files
authored
Feat: add longer polling (#381)
1 parent 2e77e4a commit c3a5083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libkernelbot/launchers/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ async def wait_for_completion(
344344
return
345345

346346
await callback(self)
347-
await asyncio.sleep(15) # Yield control while waiting
347+
await asyncio.sleep(30) # Yield control while waiting
348348
except TimeoutError:
349349
raise # Re-raise the specific TimeoutError from the timeout block
350350
except Exception as e:

0 commit comments

Comments
 (0)