Increase concurrent tests timeout

Reviewers: mtomic

Reviewed By: mtomic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1207
This commit is contained in:
Matej Ferencevic 2018-02-16 16:14:27 +01:00
parent 61967f2e06
commit 611e3cd149

View File

@ -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 = []