Thread: pgsql: Increase timeout delays in new timeouts isolation test.

pgsql: Increase timeout delays in new timeouts isolation test.

From
Tom Lane
Date:
Increase timeout delays in new timeouts isolation test.

Buildfarm member friarbird doesn't like this test as-committed, evidently
because it's so slow that the test framework doesn't reliably notice that
the backend is waiting before the timeout goes off.  (This is not totally
surprising, since friarbird builds with -DCLOBBER_CACHE_ALWAYS.)  Increase
the timeout delay from 1 second to 2 in hopes of resolving that problem.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4c855750fc0ba9bd30fa397eafbfee354908bbca

Modified Files
--------------
src/test/isolation/expected/timeouts.out |   16 ++++++++--------
src/test/isolation/specs/timeouts.spec   |    8 ++++----
2 files changed, 12 insertions(+), 12 deletions(-)