projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3609dd
)
Use standard timeout, in 010_pg_basebackup.pl.
author
Noah Misch
<
[email protected]
>
Sat, 16 Apr 2022 06:15:38 +0000
(23:15 -0700)
committer
Noah Misch
<
[email protected]
>
Sat, 16 Apr 2022 06:15:38 +0000
(23:15 -0700)
Per buildfarm member mandrill. The test is new in v15, so no back-patch.
src/bin/pg_basebackup/t/010_pg_basebackup.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/t/010_pg_basebackup.pl
b/src/bin/pg_basebackup/t/010_pg_basebackup.pl
index 7309ebddea6ad9418c0416afac2a4ec143787784..056fcf3597648a14b88dbd5da8a07b19c7086fa3 100644
(file)
--- 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(
[