File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1184,7 +1184,7 @@ sub psql
1184
1184
=item $node->poll_query_until(dbname, query)
1185
1185
1186
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.
1187
+ Continues polling if psql returns an error result. Times out after 180 seconds.
1188
1188
1189
1189
=cut
1190
1190
@@ -1214,7 +1214,7 @@ sub poll_query_until
1214
1214
$attempts ++;
1215
1215
}
1216
1216
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
1218
1218
# from the last attempt, hopefully that's useful for debugging.
1219
1219
diag $stderr ;
1220
1220
return 0;
You can’t perform that action at this time.
0 commit comments