[SCM] PostGIS branch master updated. 3.4.0rc1-1039-g88c3893c7
git at osgeo.org
git at osgeo.org
Mon Mar 18 07:17:40 PDT 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 88c3893c718847867714dc1bfddfa5db7c0a55e3 (commit)
from d73ea410acb5f039267b6a8100e51177ddb0537a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 88c3893c718847867714dc1bfddfa5db7c0a55e3
Author: Regina Obe <lr at pcorp.us>
Date: Mon Mar 18 10:17:34 2024 -0400
Increase allowed timeout of interrupt_buffer test. Fails too much
diff --git a/regress/core/interrupt_buffer.sql b/regress/core/interrupt_buffer.sql
index 11f117a28..eb7a00893 100644
--- a/regress/core/interrupt_buffer.sql
+++ b/regress/core/interrupt_buffer.sql
@@ -21,7 +21,7 @@ SET statement_timeout TO 100;
select ST_Buffer(g,100) from _inputs WHERE id = 1;
--( select (st_dumppoints(st_buffer(st_makepoint(0,0),10000,100000))).geom g) foo;
-- it may take some more to interrupt st_buffer, see
-SELECT _timecheck('buffer', '250ms');
+SELECT _timecheck('buffer', '300ms');
-- Not affected by old timeout
SELECT '1', ST_NPoints(ST_Buffer('POINT(4 0)'::geometry, 2, 1));
-----------------------------------------------------------------------
Summary of changes:
regress/core/interrupt_buffer.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list