Skip to content

Commit 4c37300

Browse files
Increase sleep time since thick mode can take longer.
1 parent b27831a commit 4c37300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ext/test_ext_1000_pool_shrink.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_ext_1000(self):
4545
self.assertEqual(pool.opened, 7)
4646
for conn in conns:
4747
conn.close()
48-
time.sleep(7)
48+
time.sleep(10)
4949
conn = pool.acquire()
5050
self.assertEqual(pool.opened, 3)
5151

0 commit comments

Comments
 (0)