Skip to content

Commit 77373e6

Browse files
S1ro1ngc92
authored andcommitted
Increase wait time to 10
1 parent bcbd7b3 commit 77373e6

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
@@ -221,7 +221,7 @@ async def trigger(self, inputs: dict) -> bool:
221221
)
222222

223223
if success:
224-
wait_seconds = 5
224+
wait_seconds = 10
225225
logger.info(
226226
f"Workflow dispatch successful. Waiting {wait_seconds}s for the run to appear..."
227227
)

0 commit comments

Comments
 (0)