Increase deadlock timeout so we get fewer signals

pull/2176/head
Brian Cloutier 2018-05-16 17:07:24 -07:00
parent 9667ee5ac9
commit a7e09d777b
3 changed files with 3 additions and 3 deletions

View File

@ -294,7 +294,7 @@ ROLLBACK;
-- Test cancelling behaviour. See https://github.com/citusdata/citus/pull/1905.
-- Repeating it multiple times to increase the chance of failure before PR #1905.
SET client_min_messages TO ERROR;
alter system set deadlock_timeout TO '1ms';
alter system set deadlock_timeout TO '50ms';
SELECT pg_reload_conf();
pg_reload_conf
----------------

View File

@ -302,7 +302,7 @@ ROLLBACK;
-- Test cancelling behaviour. See https://github.com/citusdata/citus/pull/1905.
-- Repeating it multiple times to increase the chance of failure before PR #1905.
SET client_min_messages TO ERROR;
alter system set deadlock_timeout TO '1ms';
alter system set deadlock_timeout TO '50ms';
SELECT pg_reload_conf();
pg_reload_conf
----------------

View File

@ -179,7 +179,7 @@ ROLLBACK;
-- Test cancelling behaviour. See https://github.com/citusdata/citus/pull/1905.
-- Repeating it multiple times to increase the chance of failure before PR #1905.
SET client_min_messages TO ERROR;
alter system set deadlock_timeout TO '1ms';
alter system set deadlock_timeout TO '50ms';
SELECT pg_reload_conf();
BEGIN;