projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8564ef
)
Give recovery tests more time to finish
author
Alvaro Herrera
Mon, 25 Jul 2016 05:34:35 +0000
(
01:34
-0400)
committer
Alvaro Herrera
Mon, 25 Jul 2016 05:34:35 +0000
(
01:34
-0400)
These tests are currently only running in buildfarm member hamster,
which is purposefully very slow. This suite has failed a couple of
times recently because of timeouts, so increase the allowed number of
iterations to avoid spurious failures.
Author: Michaël Paquier
src/test/perl/PostgresNode.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/test/perl/PostgresNode.pm
b/src/test/perl/PostgresNode.pm
index 57679195b424c2a4a3055530d4848b212c698d2d..e629373ea2b9bd5e02118729d9dd9a04fa14331b 100644
(file)
--- a/
src/test/perl/PostgresNode.pm
+++ b/
src/test/perl/PostgresNode.pm
@@
-1192,7
+1192,7
@@
sub poll_query_until
{
my ($self, $dbname, $query) = @_;
- my $max_attempts =
9
0;
+ my $max_attempts =
18
0;
my $attempts = 0;
my ($stdout, $stderr);