mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01: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