We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e77e4a commit c3a5083Copy full SHA for c3a5083
1 file changed
src/libkernelbot/launchers/github.py
@@ -344,7 +344,7 @@ async def wait_for_completion(
344
return
345
346
await callback(self)
347
- await asyncio.sleep(15) # Yield control while waiting
+ await asyncio.sleep(30) # Yield control while waiting
348
except TimeoutError:
349
raise # Re-raise the specific TimeoutError from the timeout block
350
except Exception as e:
0 commit comments