Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0299398

Browse files
committed
Wait 100 seconds, not 10 in concurrent partitioning test.
Looks like RaspberryPi doesn't like boundary cache blowing added in 85fc5cc.
1 parent dd7483b commit 0299398

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

expected/pathman_bgw.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ BEGIN
212212
EXIT; -- exit loop
213213
END IF;
214214

215-
IF i > 50 THEN
215+
IF i > 500 THEN
216216
RAISE WARNING 'looks like partitioning bgw is stuck!';
217217
EXIT; -- exit loop
218218
END IF;

sql/pathman_bgw.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ BEGIN
126126
EXIT; -- exit loop
127127
END IF;
128128

129-
IF i > 50 THEN
129+
IF i > 500 THEN
130130
RAISE WARNING 'looks like partitioning bgw is stuck!';
131131
EXIT; -- exit loop
132132
END IF;

0 commit comments

Comments
 (0)