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

Commit 6f61722

Browse files
committed
Insert delay in 000_truncate test after start of pgbench
1 parent f7bf0dd commit 6f61722

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/mmts/t/000_truncate.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
);
4444
diag("running pgbench: " . join(' ', @bench_argv));
4545
my $bench_run = start(\@bench_argv, $in, $out);
46+
sleep(2);
4647

4748
my $started = time();
4849
while (time() - $started < $seconds)

0 commit comments

Comments
 (0)