Decreased long running test size.
Reviewers: buda Reviewed By: buda Differential Revision: https://phabricator.memgraph.io/D880
This commit is contained in:
parent
45a02b56f8
commit
def612622e
@ -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,
|
||||
},
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user