pgsql: Raise a timeout to 180s, in test 010_logical_decoding_timelines.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Raise a timeout to 180s, in test 010_logical_decoding_timelines.
Date: 2021-05-31 07:33:55
Message-ID: E1lncQt-0003jR-6l@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.

Per buildfarm member hornet. Also, update Pod documentation showing the
lower value. Back-patch to v10, where the test first appeared.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f9e35ff236c9d12c4c30a17f2c09cad56dbf65bb

Modified Files
--------------
src/test/perl/PostgresNode.pm | 8 ++++----
src/test/recovery/t/010_logical_decoding_timelines.pl | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-05-31 16:03:25 pgsql: Fix mis-planning of repeated application of a projection.
Previous Message Michael Paquier 2021-05-31 02:35:35 pgsql: Improve some error wording with multirange type parsing