Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d42fa26

Browse files
committed
change timeouts for buildfarm
1 parent 115caab commit d42fa26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cluster.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ sub new
7373
my $self = {
7474
nodenum => $nodenum,
7575
nodes => $nodes,
76-
recv_timeout => 5,
76+
recv_timeout => 9,
7777
};
7878

7979
bless $self, $class;
@@ -136,7 +136,7 @@ sub configure
136136
multimaster.workers = 1
137137
multimaster.node_id = $id
138138
multimaster.conn_strings = '$connstr'
139-
multimaster.heartbeat_recv_timeout = 4050
139+
multimaster.heartbeat_recv_timeout = 8050
140140
multimaster.heartbeat_send_timeout = 250
141141
multimaster.max_nodes = 6
142142
multimaster.ignore_tables_without_pk = false

0 commit comments

Comments
 (0)