Slow test is slow

This commit is contained in:
Daniele Varrazzo 2019-10-19 16:29:16 +01:00
parent 96156727c0
commit 2f094841b2

View File

@ -348,6 +348,7 @@ class AsyncTests(ConnectingTestCase):
cur.connection.poll()
self.assertEquals(cur.fetchone()[0], 1)
@slow
def test_notify(self):
cur = self.conn.cursor()
sync_cur = self.sync_conn.cursor()