Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
Change-Id: I15ec379849bbfabd242274b4cb46eec45403ec93
  • Loading branch information
andmat900 committed Mar 7, 2025
1 parent 58bbae3 commit be9e45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/etos_api/routers/v0/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ async def _start(etos: StartEtosRequest, span: Span) -> dict:
log_area_provider=etos.log_area_provider,
)
try:
# 10 minutes safety margin for etcd configuration entries
# etcd lease expiration will have 10 minutes safety margin:
etcd_lease_expiration_time = etos_library.debug.default_test_result_timeout + 10 * 60
await configure_testrun(config, etcd_lease_expiration_time)
except AssertionError as exception:
Expand Down

0 comments on commit be9e45c

Please sign in to comment.