Skip to content

Commit 69143d0

Browse files
committed
[ci]: set timeout on restart from PostgresNode.pm
1 parent d5204cf commit 69143d0

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)