fix(ci): test_managers test was flaky on SQLite (#3520)

This commit is contained in:
Kian Jones
2025-07-24 10:52:51 -07:00
committed by GitHub
parent 2b0cc0e9a1
commit 694a6d2371

View File

@@ -2133,6 +2133,8 @@ async def test_list_agents_query_text_pagination(server: SyncServer, default_use
actor=default_user,
)
await asyncio.sleep(0.1)
agent2 = await server.agent_manager.create_agent_async(
agent_create=CreateAgent(
name="Search Agent Two",
@@ -2145,6 +2147,8 @@ async def test_list_agents_query_text_pagination(server: SyncServer, default_use
actor=default_user,
)
await asyncio.sleep(0.1)
agent3 = await server.agent_manager.create_agent_async(
agent_create=CreateAgent(
name="Different Agent",