From 611e3cd149b7178aee605900d8769565532f9af2 Mon Sep 17 00:00:00 2001 From: Matej Ferencevic Date: Fri, 16 Feb 2018 16:14:27 +0100 Subject: [PATCH] Increase concurrent tests timeout Reviewers: mtomic Reviewed By: mtomic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1207 --- tests/apollo_runs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/apollo_runs.py b/tests/apollo_runs.py index ad01742bd..4fa8bbb1c 100755 --- a/tests/apollo_runs.py +++ b/tests/apollo_runs.py @@ -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 = []