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 @@ -1192,7 +1192,7 @@ sub psql
1192
1192
=item $node->poll_query_until(dbname, query)
1193
1193
1194
1194
Run a query once a second, until it returns 't' (i.e. SQL boolean true).
1195
- Continues polling if psql returns an error result. Times out after 90 seconds.
1195
+ Continues polling if psql returns an error result. Times out after 180 seconds.
1196
1196
1197
1197
=cut
1198
1198
@@ -1222,7 +1222,7 @@ sub poll_query_until
1222
1222
$attempts ++;
1223
1223
}
1224
1224
1225
- # The query result didn't change in 90 seconds. Give up. Print the stderr
1225
+ # The query result didn't change in 180 seconds. Give up. Print the stderr
1226
1226
# from the last attempt, hopefully that's useful for debugging.
1227
1227
diag $stderr ;
1228
1228
return 0;
You can’t perform that action at this time.
0 commit comments