This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 79d53a17 chore(x.py): revert gotest timeout to 1800sec (#2413)
79d53a17 is described below
commit 79d53a171517c220003365f864a1e0be78afc094
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun Jul 14 18:52:47 2024 +0300
chore(x.py): revert gotest timeout to 1800sec (#2413)
Co-authored-by: hulk <[email protected]>
---
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}',