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 f99ff9a commit 181c80fCopy full SHA for 181c80f
services/director/tests/unit/test_registry_proxy.py
@@ -288,7 +288,7 @@ async def _list_services():
288
def run_async_test() -> None:
289
asyncio.get_event_loop().run_until_complete(_list_services())
290
291
- benchmark.pedantic(run_async_test, rounds=1)
+ benchmark.pedantic(run_async_test, rounds=5)
292
293
294
async def test_generate_service_extras(
0 commit comments