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":
|
if name.startswith("benchmark") and mode == "diff":
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# larger timeout for benchmark tests
|
# larger timeout for benchmark and concurrent tests
|
||||||
prefix = ""
|
prefix = ""
|
||||||
if name.startswith("benchmark"):
|
if name.startswith("benchmark") or name.startswith("concurrent"):
|
||||||
prefix = "TIMEOUT=600 "
|
prefix = "TIMEOUT=600 "
|
||||||
|
|
||||||
outfile_paths = []
|
outfile_paths = []
|
||||||
|
Loading…
Reference in New Issue
Block a user