mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-25 10:23:43 +03:00
Slow test is slow
This commit is contained in:
parent
96156727c0
commit
2f094841b2
|
@ -348,6 +348,7 @@ class AsyncTests(ConnectingTestCase):
|
||||||
cur.connection.poll()
|
cur.connection.poll()
|
||||||
self.assertEquals(cur.fetchone()[0], 1)
|
self.assertEquals(cur.fetchone()[0], 1)
|
||||||
|
|
||||||
|
@slow
|
||||||
def test_notify(self):
|
def test_notify(self):
|
||||||
cur = self.conn.cursor()
|
cur = self.conn.cursor()
|
||||||
sync_cur = self.sync_conn.cursor()
|
sync_cur = self.sync_conn.cursor()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user