From 73052dcff4efbebf3177d2aaa16495751115cf57 Mon Sep 17 00:00:00 2001
From: Matej Ferencevic <matej.ferencevic@memgraph.io>
Date: Tue, 3 Oct 2017 20:09:27 +0200
Subject: [PATCH] Changed long running large stress parameters.

Reviewers: buda

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D853
---
 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 bbbe63446..5c6c8eb11 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", "200000", "--edge-count", "2000000", "--max-time", "480", "--verify", "300"],
+        "options": ["--vertex-count", "100000", "--edge-count", "20000000", "--max-time", "480", "--verify", "300"],
         "timeout": 500,
     },
 ]