Skip to content

Commit d71943b

Browse files
Prevent test failures with slow databases.
1 parent eddf374 commit d71943b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_1100_connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ def test_1119_threading(self):
274274
thread = threading.Thread(None, self.__connect_and_drop)
275275
threads.append(thread)
276276
thread.start()
277+
time.sleep(0.1)
277278
for thread in threads:
278279
thread.join()
279280

0 commit comments

Comments
 (0)