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

Commit 609a66e

Browse files
committed
increase min_2pc_timeout in tests
1 parent 9c62f28 commit 609a66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests2/docker-entrypoint.sh

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

7474
cat $PGDATA/postgresql.conf

0 commit comments

Comments
 (0)