Skip to content

Commit bfcd07b

Browse files
committed
Update obsolete comments and perldoc.
Loose ends from commit 2a0f89c. Daniel Gustafsson
1 parent 76c0b73 commit bfcd07b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/perl/PostgresNode.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ sub psql
11841184
=item $node->poll_query_until(dbname, query)
11851185
11861186
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.
1187+
Continues polling if psql returns an error result. Times out after 180 seconds.
11881188
11891189
=cut
11901190

@@ -1214,7 +1214,7 @@ sub poll_query_until
12141214
$attempts++;
12151215
}
12161216

1217-
# The query result didn't change in 90 seconds. Give up. Print the stderr
1217+
# The query result didn't change in 180 seconds. Give up. Print the stderr
12181218
# from the last attempt, hopefully that's useful for debugging.
12191219
diag $stderr;
12201220
return 0;

0 commit comments

Comments
 (0)