Skip to content
Snippets Groups Projects
Commit 2a0f89cd authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment