Skip to content

Commit bc91849

Browse files
committed
increase multimaster.heartbeat_recv_timeout for tests
1 parent c263686 commit bc91849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cluster.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ sub configure
101101
multimaster.workers = 1
102102
multimaster.node_id = $id
103103
multimaster.conn_strings = '$connstr'
104-
multimaster.heartbeat_recv_timeout = 1050
104+
multimaster.heartbeat_recv_timeout = 2050
105105
multimaster.heartbeat_send_timeout = 250
106106
multimaster.max_nodes = $nnodes
107107
multimaster.ignore_tables_without_pk = true

0 commit comments

Comments
 (0)