From e6c56c30dded86ec084f7f7d091e73405e12ecd2 Mon Sep 17 00:00:00 2001 From: Yoland Y <4950057+yoland68@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:24:08 -0700 Subject: [PATCH] Add comments --- action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.py b/action.py index 6ebdaac..e0947b9 100644 --- a/action.py +++ b/action.py @@ -167,7 +167,7 @@ def main(args): "--workflow", file_path, "--timeout", - 600 + 600 # 10min timeout for workflow ], check=True, stdout=subprocess.PIPE,