Adjust pg_sleep to timeout

This commit is contained in:
Daniel García Aubert 2017-07-28 16:04:11 +02:00
parent c3e137bb00
commit 6936107b68

View File

@ -7,7 +7,7 @@ const timeoutErrorTilePath = `${process.cwd()}/assets/render-timeout-fallback.pn
const pointSleepSql = ` const pointSleepSql = `
SELECT SELECT
pg_sleep(1), pg_sleep(0.5),
'SRID=3857;POINT(0 0)'::geometry the_geom_webmercator, 'SRID=3857;POINT(0 0)'::geometry the_geom_webmercator,
1 cartodb_id, 1 cartodb_id,
2 val 2 val