pgsql: Raise a timeout to 180s, in test 010_logical_decoding_timelines. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Raise a timeout to 180s, in test 010_logical_decoding_timelines.
Date
Msg-id E1lncQt-0003jM-61@gemulon.postgresql.org
Whole thread Raw
List 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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/53b33e284c7b00eb5436060e26a096c798e4fa33

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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Improve some error wording with multirange type parsing
Next
From: Tom Lane
Date:
Subject: pgsql: Fix mis-planning of repeated application of a projection.