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: [email protected]
Views: Whole Thread | Raw Message | 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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2dcaebea079d6e3c2c78bbf3b0948bf5ef707e21

Modified Files
--------------
src/bin/pg_rewind/RewindTest.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.