Skip to content

Commit

Permalink
modify timeout to 600
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankongdeguiji committed Nov 7, 2024
1 parent e7ee3bc commit 1de4d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tzrec/tests/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def run(self, main_test, subproc_test):
["python", "-m", subp_test_module, subp_test_name],
capture_output=True,
text=True,
timeout=1200,
timeout=600,
)
if subp_result.returncode != 0:
result.failures.append(
Expand Down

0 comments on commit 1de4d56

Please sign in to comment.