Commit 2a0f89cd authored by Alvaro Herrera's avatar Alvaro Herrera

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
parent e8564ef0
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment