We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c0b73 commit bfcd07bCopy full SHA for bfcd07b
src/test/perl/PostgresNode.pm
@@ -1184,7 +1184,7 @@ sub psql
1184
=item $node->poll_query_until(dbname, query)
1185
1186
Run a query once a second, until it returns 't' (i.e. SQL boolean true).
1187
-Continues polling if psql returns an error result. Times out after 90 seconds.
+Continues polling if psql returns an error result. Times out after 180 seconds.
1188
1189
=cut
1190
@@ -1214,7 +1214,7 @@ sub poll_query_until
1214
$attempts++;
1215
}
1216
1217
- # The query result didn't change in 90 seconds. Give up. Print the stderr
+ # The query result didn't change in 180 seconds. Give up. Print the stderr
1218
# from the last attempt, hopefully that's useful for debugging.
1219
diag $stderr;
1220
return 0;
0 commit comments