Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5fbb2d8

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 parentd3609dd commit5fbb2d8

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)

[8]ページ先頭

©2009-2025 Movatter.jp