pgsql: In pg_rewind test suite, triple promote timeout to 90s.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In pg_rewind test suite, triple promote timeout to 90s.
Date: 2016-02-11 01:40:41
Message-ID: E1aTgFN-0002o1-QQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In pg_rewind test suite, triple promote timeout to 90s.

Thirty seconds was not consistently enough for promotion to complete on
buildfarm members sungazer and tern. Experiments suggest 43s would have
been enough. Back-patch to 9.5, where pg_rewind was introduced.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/64d89a93c0a8b2ead0503684f54784bd071adad9

Modified Files
--------------
src/test/perl/PostgresNode.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-02-11 13:34:44 pgsql: Specify permutations for isolation tests with "invalid" permutat
Previous Message Tom Lane 2016-02-11 00:30:52 pgsql: Avoid use of sscanf() to parse ispell dictionary files.