mirror of https://github.com/citusdata/citus.git
Increase deadlock timeout so we get fewer signals
parent
9667ee5ac9
commit
a7e09d777b
|
@ -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
|
||||
----------------
|
||||
|
|
|
@ -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
|
||||
----------------
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue