Increase concurrent tests timeout
Reviewers: mtomic Reviewed By: mtomic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1207
This commit is contained in:
parent
61967f2e06
commit
611e3cd149
@ -44,9 +44,9 @@ for test in tests:
|
||||
if name.startswith("benchmark") and mode == "diff":
|
||||
continue
|
||||
|
||||
# larger timeout for benchmark tests
|
||||
# larger timeout for benchmark and concurrent tests
|
||||
prefix = ""
|
||||
if name.startswith("benchmark"):
|
||||
if name.startswith("benchmark") or name.startswith("concurrent"):
|
||||
prefix = "TIMEOUT=600 "
|
||||
|
||||
outfile_paths = []
|
||||
|
Loading…
Reference in New Issue
Block a user