From 79d53a171517c220003365f864a1e0be78afc094 Mon Sep 17 00:00:00 2001 From: Aleks Lozovyuk Date: Sun, 14 Jul 2024 18:52:47 +0300 Subject: [PATCH] chore(x.py): revert gotest timeout to 1800sec (#2413) Co-authored-by: hulk --- x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x.py b/x.py index a248672b952..fefc43e4497 100755 --- a/x.py +++ b/x.py @@ -302,7 +302,7 @@ def test_go(dir: str, cli_path: str, rest: List[str]) -> None: workspace = basedir / 'workspace' args = [ - 'test', '-timeout=2700s', '-bench=.', './...', + 'test', '-timeout=1800s', '-bench=.', './...', f'-binPath={binpath}', f'-cliPath={cli_path}', f'-workspace={workspace}',