From 61a417c529c08c99debbd0cf45bb4a6736280ac0 Mon Sep 17 00:00:00 2001 From: Aleks Lozovyuk Date: Sun, 14 Jul 2024 14:38:18 +0300 Subject: [PATCH] Update x.py --- 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}',