We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6375af4 commit 16a0b71Copy full SHA for 16a0b71
test/test_manual.py
@@ -36,7 +36,7 @@ async def test_manual(self):
36
37
res = await utilsApi.sql('query=DROP TABLE IF EXISTS movies')
38
pprint(res)
39
- sleep(1)
+ sleep(10)
40
res = await utilsApi.sql("CREATE TABLE IF NOT EXISTS movies (title text, plot text, _year integer, rating float, code multi) min_infix_len='2'")
41
pprint("Tests finished")
42
0 commit comments