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
11841184=item $node->poll_query_until(dbname, query)
11851185
11861186Run 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;
You can’t perform that action at this time.
0 commit comments