From: Daniele Varrazzo Date: Thu, 7 Oct 2021 20:15:47 +0000 (+0200) Subject: Bump up a timeout for a test which sometimes fails in the CI on windows X-Git-Tag: 3.0~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37b8fc3701ebafa26c22001ade6970f9625759a4;p=thirdparty%2Fpsycopg.git Bump up a timeout for a test which sometimes fails in the CI on windows --- diff --git a/tests/test_waiting.py b/tests/test_waiting.py index 9f4f58f69..64f75286b 100644 --- a/tests/test_waiting.py +++ b/tests/test_waiting.py @@ -16,7 +16,7 @@ timeouts = [ {}, {"timeout": None}, {"timeout": 0}, - {"timeout": 0.1}, + {"timeout": 0.2}, {"timeout": 10}, ]