fix: increase timeout on test runners

This commit is contained in:
Benjamin McCormick 2026-01-23 12:06:15 -05:00
parent 142032babe
commit fdd47d1d8a
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ class RunnerMixin:
environment="local",
workspace_id=workspace_id,
base_url=honcho_url,
timeout=300.0,
)
async def flush_deriver_queue(self) -> None: