Changed long running large stress parameters.

Reviewers: buda

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D853
This commit is contained in:
Matej Ferencevic 2017-10-03 20:09:27 +02:00
parent 0370e83b4d
commit 73052dcff4

View File

@ -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,
},
]