Skip to content

Commit fea06ac

Browse files
committed
Fix failing test
1 parent 1785c52 commit fea06ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_includes/code/python/local.quickstart.query.rag.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import time
2+
time.sleep(5) # Allow Weaviate data import to finish
13
# RAG
24
import weaviate
35

0 commit comments

Comments
 (0)