diff --git a/src/libkernelbot/launchers/github.py b/src/libkernelbot/launchers/github.py index d457d244..5836549f 100644 --- a/src/libkernelbot/launchers/github.py +++ b/src/libkernelbot/launchers/github.py @@ -344,7 +344,7 @@ async def wait_for_completion( return await callback(self) - await asyncio.sleep(15) # Yield control while waiting + await asyncio.sleep(30) # Yield control while waiting except TimeoutError: raise # Re-raise the specific TimeoutError from the timeout block except Exception as e: