Skip to content
Snippets Groups Projects
Commit a12f699d authored by James Briggs's avatar James Briggs
Browse files

chore: test increase wait time

parent d3066889
No related branches found
No related tags found
No related merge requests found
......@@ -611,7 +611,7 @@ class TestAsyncSemanticRouter:
encoder=openai_encoder, routes=routes_2, index=index
)
if index_cls is PineconeIndex:
await asyncio.sleep(PINECONE_SLEEP) # allow for index to be populated
await asyncio.sleep(PINECONE_SLEEP*2) # allow for index to be populated
diff = await route_layer_2.aget_utterance_diff(include_metadata=True)
assert '+ Route 1: Hello | None | {"type": "default"}' in diff
assert '+ Route 1: Hi | None | {"type": "default"}' in diff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment