Skip to content

Commit ddde542

Browse files
committed
Updated tests
1 parent 27e3ac6 commit ddde542

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_manual.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from manticoresearch.rest import ApiException
1616
from unittest import IsolatedAsyncioTestCase
1717
from urllib.parse import quote
18+
from time import sleep
1819
import sys
1920

2021
class TestManualApi(IsolatedAsyncioTestCase):
@@ -34,6 +35,7 @@ async def test_manual(self):
3435
searchApi = manticoresearch.SearchApi(client)
3536

3637
await utilsApi.sql('query=DROP TABLE IF EXISTS movies')
38+
sleep(0.1)
3739
res = await utilsApi.sql("CREATE TABLE IF NOT EXISTS movies (title text, plot text, _year integer, rating float, code multi) min_infix_len='2'")
3840
pprint("Tests finished")
3941

0 commit comments

Comments
 (0)