Skip to content

Commit 8d98ce4

Browse files
Merge pull request julien-duponchelle#161 from mastak/tests-typo
fixed count of fetched events
2 parents f175d2b + 707e622 commit 8d98ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysqlreplication/tests/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def test_connection_stream_lost_event(self):
119119
self.assertEqual(event.query, query)
120120

121121
self.conn_control.kill(self.stream._stream_connection.thread_id())
122-
for i in range(0, 1000):
122+
for i in range(0, 10000):
123123
event = self.stream.fetchone()
124124
self.assertIsNotNone(event)
125125

0 commit comments

Comments
 (0)