Update constants in large log entries test to prevent test timeouts
Reviewers: msantl Reviewed By: msantl Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D2100
This commit is contained in:
parent
87423eed06
commit
24ae8a759b
@ -104,7 +104,7 @@
|
||||
|
||||
- name: integration__ha_large_log_entries
|
||||
cd: ha/large_log_entries
|
||||
commands: TIMEOUT=360 ./runner.py
|
||||
commands: TIMEOUT=600 ./runner.py
|
||||
infiles:
|
||||
- runner.py # runner script
|
||||
- raft.json # raft configuration
|
||||
|
@ -35,7 +35,7 @@ int main(int argc, char **argv) {
|
||||
std::chrono::milliseconds retry_delay(1000);
|
||||
communication::ClientContext context(FLAGS_use_ssl);
|
||||
communication::bolt::HAClient client(endpoints, &context, FLAGS_username,
|
||||
FLAGS_password, 20, retry_delay);
|
||||
FLAGS_password, 60, retry_delay);
|
||||
|
||||
if (FLAGS_step == "create") {
|
||||
client.Execute("UNWIND RANGE(1, " + std::to_string(FLAGS_create_nodes) +
|
||||
|
Loading…
Reference in New Issue
Block a user