From def612622e611f681e4a8388e61441a812b2604b Mon Sep 17 00:00:00 2001 From: Matej Ferencevic Date: Sun, 8 Oct 2017 14:17:21 +0200 Subject: [PATCH] Decreased long running test size. Reviewers: buda Reviewed By: buda Differential Revision: https://phabricator.memgraph.io/D880 --- tests/stress/continuous_integration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/stress/continuous_integration b/tests/stress/continuous_integration index e1347a5db..a29689507 100755 --- a/tests/stress/continuous_integration +++ b/tests/stress/continuous_integration @@ -62,7 +62,7 @@ LARGE_DATASET = [ ] * 6 + [ { "test": "long_running.cpp", - "options": ["--vertex-count", "1000000", "--edge-count", "4000000", "--max-time", "480", "--verify", "300"], + "options": ["--vertex-count", "400000", "--edge-count", "1600000", "--max-time", "480", "--verify", "300"], "timeout": 500, }, ]