pgsql: Raise some timeouts to 180s, in test code. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Raise some timeouts to 180s, in test code.
Date
Msg-id E1gWZXF-0007yS-DW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Raise some timeouts to 180s, in test code.

Slow runs of buildfarm members chipmunk, hornet and mandrill saw the
shorter timeouts expire.  The 180s timeout in poll_query_until has been
trouble-free since 2a0f89cd717ce6d49cdc47850577823682167e87 introduced
it two years ago, so use 180s more widely.  Back-patch to 9.6, where the
first of these timeouts was introduced.

Reviewed by Michael Paquier.

Discussion: https://postgr.es/m/20181209001601.GC2973271@rfd.leadboat.com

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/752278e7748e068088b3ac5ace7da82186a7dd6c

Modified Files
--------------
src/test/isolation/README            |  4 ++--
src/test/isolation/isolationtester.c | 16 ++++++++--------
2 files changed, 10 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add stack depth checks to key recursive functions inbackend/nod
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: improve documentation about ALTER LARGE OBJECTrequirements