mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Use standard timeout, in 010_pg_basebackup.pl.
Per buildfarm member mandrill. The test is new in v15, so no back-patch.
This commit is contained in:
@@ -838,7 +838,8 @@ SKIP:
|
|||||||
$node->safe_psql('postgres',
|
$node->safe_psql('postgres',
|
||||||
q{CREATE TABLE t AS SELECT a FROM generate_series(1,10000) AS a;});
|
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_stdin, $sigchld_bb_stdout, $sigchld_bb_stderr) = ('', '', '');
|
||||||
my $sigchld_bb = IPC::Run::start(
|
my $sigchld_bb = IPC::Run::start(
|
||||||
[
|
[
|
||||||
|
Reference in New Issue
Block a user