Skip to content

Commit 8002de4

Browse files
committed
Updated tests
1 parent b816dfa commit 8002de4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_manual.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ async def test_manual(self):
3535
utilsApi = manticoresearch.UtilsApi(client)
3636
res = await utilsApi.sql('query=DROP TABLE IF EXISTS movies')
3737
pprint(res)
38+
sleep(10)
3839
res = await utilsApi.sql("CREATE TABLE IF NOT EXISTS movies (title text, plot text, _year integer, rating float, code multi) min_infix_len='2'")
3940
pprint(res)
4041

0 commit comments

Comments
 (0)