From 58cec8bb23e09c8147b432d5689c2ad2f79e5619 Mon Sep 17 00:00:00 2001 From: Mihir Patel Date: Mon, 14 Aug 2023 00:03:57 -0700 Subject: [PATCH] update max dur (#523) --- .github/mcp/mcp_pytest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mcp/mcp_pytest.py b/.github/mcp/mcp_pytest.py index 764bf5fa3b..a8108b3f43 100644 --- a/.github/mcp/mcp_pytest.py +++ b/.github/mcp/mcp_pytest.py @@ -109,7 +109,7 @@ image=args.image, integrations=[git_integration], command=command, - scheduling={'max_duration_seconds:': args.timeout}, + scheduling={'max_duration:': args.timeout / 60 / 60}, ) # Create run