aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl/PostgresNode.pm
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/perl/PostgresNode.pm')
-rw-r--r--src/test/perl/PostgresNode.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/perl/PostgresNode.pm b/src/test/perl/PostgresNode.pm
index 6152c601bdc..2ab9aee334a 100644
--- a/src/test/perl/PostgresNode.pm
+++ b/src/test/perl/PostgresNode.pm
@@ -404,7 +404,7 @@ sub poll_query_until
{
my ($self, $dbname, $query) = @_;
- my $max_attempts = 30;
+ my $max_attempts = 90;
my $attempts = 0;
my ($stdout, $stderr);
@@ -426,7 +426,7 @@ sub poll_query_until
$attempts++;
}
- # The query result didn't change in 30 seconds. Give up. Print the stderr
+ # The query result didn't change in 90 seconds. Give up. Print the stderr
# from the last attempt, hopefully that's useful for debugging.
diag $stderr;
return 0;