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

Commit69143d0

Browse files
committed
[ci]: set timeout on restart from PostgresNode.pm
1 parentd5204cf commit69143d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/perl/PostgresNode.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ sub restart
729729
my$logfile =$self->logfile;
730730
my$name =$self->name;
731731
print"### Restarting node\"$name\"\n";
732-
TestLib::system_or_bail('pg_ctl','-D',$pgdata,'-w','-l',$logfile,
732+
TestLib::system_or_bail('pg_ctl','-D',$pgdata,'-w','-t','600','-l',$logfile,
733733
'restart');
734734
$self->_update_pid(1);
735735
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp