Skip to content

Commit 16a0b71

Browse files
committed
Updated tests
1 parent 6375af4 commit 16a0b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_manual.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async def test_manual(self):
3636

3737
res = await utilsApi.sql('query=DROP TABLE IF EXISTS movies')
3838
pprint(res)
39-
sleep(1)
39+
sleep(10)
4040
res = await utilsApi.sql("CREATE TABLE IF NOT EXISTS movies (title text, plot text, _year integer, rating float, code multi) min_infix_len='2'")
4141
pprint("Tests finished")
4242

0 commit comments

Comments
 (0)