Skip to content

Commit 4b6db31

Browse files
committed
Additional fix to reduce the chance of random failure in the regression
test.
1 parent 1a683df commit 4b6db31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/pgxc/pool/pgxcnode.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
#include "../interfaces/libpq/libpq-fe.h"
5353

5454
#define CMD_ID_MSG_LEN 8
55+
#define PGXC_CANCEL_DELAY 15
5556

5657
/* Number of connections held */
5758
static int datanode_count = 0;

0 commit comments

Comments
 (0)