Increase timeout in statement_timeout test from 1 second to 2 seconds.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Jun 2006 16:21:40 +0000 (16:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Jun 2006 16:21:40 +0000 (16:21 +0000)
commit605cb39576cb1b15fc4b44a22543393317392603
tree16c801598128d2f9ecd4039b1a71a9ed09d92453
parent34fe15672d70ec73a76198b687c2116ddeb361f7
Increase timeout in statement_timeout test from 1 second to 2 seconds.
We have once or twice seen failures suggesting that control didn't get
to the exception block before the timeout elapsed, which is unlikely
but not impossible in a parallel regression test (with a dozen other
backends competing for cycles).  This change doesn't completely prevent
the problem of course, but it should reduce the probability enough that
we don't see it anymore.  Per buildfarm results.
src/test/regress/expected/plpgsql.out
src/test/regress/sql/plpgsql.sql