Skip to content

Commit 181c80f

Browse files
committed
5 rounds
1 parent f99ff9a commit 181c80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/director/tests/unit/test_registry_proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ async def _list_services():
288288
def run_async_test() -> None:
289289
asyncio.get_event_loop().run_until_complete(_list_services())
290290

291-
benchmark.pedantic(run_async_test, rounds=1)
291+
benchmark.pedantic(run_async_test, rounds=5)
292292

293293

294294
async def test_generate_service_extras(

0 commit comments

Comments
 (0)