Increase timeout to keep appveyor happy

pull/2220/head
Onder Kalaci 2018-06-24 11:12:32 +03:00
parent 7d0f7835e7
commit 4ccabf9544
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 '100ms';
alter system set deadlock_timeout TO '250ms';
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 '100ms';
alter system set deadlock_timeout TO '250ms';
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 '100ms';
alter system set deadlock_timeout TO '250ms';
SELECT pg_reload_conf();
BEGIN;