Skip to content

Commit

Permalink
chore(x.py): revert gotest timeout to 1800sec (#2413)
Browse files Browse the repository at this point in the history
Co-authored-by: hulk <hulk.website@gmail.com>
  • Loading branch information
aleksraiden and git-hulk authored Jul 14, 2024
1 parent beb1979 commit 79d53a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}',
Expand Down

0 comments on commit 79d53a1

Please sign in to comment.