From 1a99f097b2b010c70a4614e0160c47dc4835dd09 Mon Sep 17 00:00:00 2001 From: Mihir Patel Date: Fri, 18 Aug 2023 13:25:40 -0700 Subject: [PATCH] remove : (#537) --- .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 a8108b3f43..4c297088a1 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:': args.timeout / 60 / 60}, + scheduling={'max_duration': args.timeout / 60 / 60}, ) # Create run