Increase timeout to make the appveyor tests happy

pull/2189/head
Onder Kalaci 2018-06-04 16:04:55 +03:00
parent df44956dc3
commit 51cb24b39c
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 '50ms';
alter system set deadlock_timeout TO '100ms';
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 '50ms';
alter system set deadlock_timeout TO '100ms';
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 '50ms';
alter system set deadlock_timeout TO '100ms';
SELECT pg_reload_conf();
BEGIN;