diff options
Diffstat (limited to 'tests/test_notify.py')
-rwxr-xr-x | tests/test_notify.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_notify.py b/tests/test_notify.py index 4e99a3e..0e74e1d 100755 --- a/tests/test_notify.py +++ b/tests/test_notify.py @@ -111,6 +111,7 @@ conn.close() self.assertEqual(pids[name], pid) names.pop(name) # raise if name found twice + @slow def test_notifies_received_on_execute(self): self.autocommit(self.conn) self.listen('foo') |