Skip to content

Commit

Permalink
Update tests/supervisor/test_execution.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Herter <[email protected]>
  • Loading branch information
olethanh and hoh authored Sep 2, 2024
1 parent bd94058 commit 21e5f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/supervisor/test_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async def test_create_execution_online(vm_hash: ItemHash = None):
)

# Downloading the resources required may take some time, limit it to 120 seconds
# it's a bit slower in github ci
# since it is a bit slow in GitHub Actions
await asyncio.wait_for(execution.prepare(), timeout=120)

vm = execution.create(vm_id=3, tap_interface=None)
Expand Down

0 comments on commit 21e5f94

Please sign in to comment.