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

Commit 5fbb2d8

Browse files
committed
Use standard timeout, in 010_pg_basebackup.pl.
Per buildfarm member mandrill. The test is new in v15, so no back-patch.
1 parent d3609dd commit 5fbb2d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/pg_basebackup/t/010_pg_basebackup.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,8 @@
838838
$node->safe_psql('postgres',
839839
q{CREATE TABLE t AS SELECT a FROM generate_series(1,10000) AS a;});
840840

841-
my $sigchld_bb_timeout = IPC::Run::timer(60);
841+
my $sigchld_bb_timeout =
842+
IPC::Run::timer($PostgreSQL::Test::Utils::timeout_default);
842843
my ($sigchld_bb_stdin, $sigchld_bb_stdout, $sigchld_bb_stderr) = ('', '', '');
843844
my $sigchld_bb = IPC::Run::start(
844845
[

0 commit comments

Comments
 (0)