From 5fbb2d8f105efee1d059a7edb86f45e38616d329 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Fri, 15 Apr 2022 23:15:38 -0700 Subject: [PATCH] Use standard timeout, in 010_pg_basebackup.pl. Per buildfarm member mandrill. The test is new in v15, so no back-patch. --- src/bin/pg_basebackup/t/010_pg_basebackup.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/pg_basebackup/t/010_pg_basebackup.pl b/src/bin/pg_basebackup/t/010_pg_basebackup.pl index 7309ebddea..056fcf3597 100644 --- a/src/bin/pg_basebackup/t/010_pg_basebackup.pl +++ b/src/bin/pg_basebackup/t/010_pg_basebackup.pl @@ -838,7 +838,8 @@ SKIP: $node->safe_psql('postgres', q{CREATE TABLE t AS SELECT a FROM generate_series(1,10000) AS a;}); -my $sigchld_bb_timeout = IPC::Run::timer(60); +my $sigchld_bb_timeout = + IPC::Run::timer($PostgreSQL::Test::Utils::timeout_default); my ($sigchld_bb_stdin, $sigchld_bb_stdout, $sigchld_bb_stderr) = ('', '', ''); my $sigchld_bb = IPC::Run::start( [ -- 2.30.2