This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-1 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 61a417c529c08c99debbd0cf45bb4a6736280ac0 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Sun Jul 14 14:38:18 2024 +0300 Update x.py --- x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x.py b/x.py index a248672b..fefc43e4 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}',
