This commit is contained in:
J. Nick Koston 2025-07-17 16:27:09 -10:00
parent d4a488f9d2
commit ab354d4bec
No known key found for this signature in database

View File

@ -92,8 +92,6 @@ async def test_delay_action_cancellation(
await asyncio.wait_for(script_started_future, timeout=5.0)
assert script_started_count == 1, "Script should have started once"
# Restart immediately - no sleep needed since we're properly testing cancellation
# Restart the script
client.execute_service(restart_service, {})