]> granicus.if.org Git - postgresql/commit
Use a longer connection timeout in pg_isready test.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 1 Oct 2017 16:43:47 +0000 (12:43 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 1 Oct 2017 16:43:47 +0000 (12:43 -0400)
commit10cb052404b431fc04958286849d97209fd097f7
tree5b0b3342a87013ce4f0471f30f94b65200ab62c2
parentfb6de78a291b1871fd9a426b4d0f51230bac3259
Use a longer connection timeout in pg_isready test.

Buildfarm members skink and sungazer have both recently failed this
test, with symptoms indicating that the default 3-second timeout
isn't quite enough for those very slow systems.  There's no reason
to be miserly with this timeout, so boost it to 60 seconds.

Back-patch to all versions containing this test.  That may be overkill,
because the failure has only been observed in the v10 branch, but
I don't feel like having to revisit this later.
src/bin/scripts/t/080_pg_isready.pl