From 089733cfe2c4988753720a0c094d07de95a72b25 Mon Sep 17 00:00:00 2001 From: S1ro1 Date: Thu, 28 Aug 2025 00:54:56 +0200 Subject: [PATCH] Increase wait time to 10 --- src/libkernelbot/launchers/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libkernelbot/launchers/github.py b/src/libkernelbot/launchers/github.py index 304b7e08..4b895b10 100644 --- a/src/libkernelbot/launchers/github.py +++ b/src/libkernelbot/launchers/github.py @@ -221,7 +221,7 @@ async def trigger(self, inputs: dict) -> bool: ) if success: - wait_seconds = 5 + wait_seconds = 10 logger.info( f"Workflow dispatch successful. Waiting {wait_seconds}s for the run to appear..." )