mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Give recovery tests more time to finish
These tests are currently only running in buildfarm member hamster, which is purposefully very slow. This suite has failed a couple of times recently because of timeouts, so increase the allowed number of iterations to avoid spurious failures. Author: Michaël Paquier
This commit is contained in:
parent
e8564ef034
commit
2a0f89cd71
@ -1192,7 +1192,7 @@ sub poll_query_until
|
||||
{
|
||||
my ($self, $dbname, $query) = @_;
|
||||
|
||||
my $max_attempts = 90;
|
||||
my $max_attempts = 180;
|
||||
my $attempts = 0;
|
||||
my ($stdout, $stderr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user