Skip to content

Commit f975812

Browse files
committed
increase min_2pc_timeout in tests
1 parent c0794c0 commit f975812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mmts/tests2/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if [ "$1" = 'postgres' ]; then
6767
multimaster.conn_strings = '$CONNSTRS'
6868
multimaster.heartbeat_recv_timeout = 1100
6969
multimaster.heartbeat_send_timeout = 250
70-
multimaster.min_2pc_timeout = 2000
70+
multimaster.min_2pc_timeout = 40000
7171
EOF
7272

7373
cat $PGDATA/postgresql.conf

0 commit comments

Comments
 (0)