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
11921192=item $node->poll_query_until(dbname, query)
11931193
11941194Run 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.
11961196
11971197=cut
11981198
@@ -1222,7 +1222,7 @@ sub poll_query_until
12221222 $attempts ++;
12231223 }
12241224
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
12261226 # from the last attempt, hopefully that's useful for debugging.
12271227 diag $stderr ;
12281228 return 0;
You can’t perform that action at this time.
0 commit comments