Decreased long running test size.

Reviewers: buda

Reviewed By: buda

Differential Revision: https://phabricator.memgraph.io/D880
This commit is contained in:
Matej Ferencevic 2017-10-08 14:17:21 +02:00
parent 45a02b56f8
commit def612622e

View File

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