From 160d4fc24ec907d62778360b0c77e08a7c78cabe Mon Sep 17 00:00:00 2001 From: David Anyatonwu Date: Tue, 17 Sep 2024 15:30:21 +0100 Subject: [PATCH] chore: comment on increased timeout Signed-off-by: David Anyatonwu --- tests/openadapt/test_recording.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/openadapt/test_recording.py b/tests/openadapt/test_recording.py index ab60cdb29..5c8423472 100644 --- a/tests/openadapt/test_recording.py +++ b/tests/openadapt/test_recording.py @@ -10,7 +10,7 @@ from openadapt.models import Recording, ActionEvent from loguru import logger -RECORD_STARTED_TIMEOUT = 360 # Increased timeout to 120 seconds +RECORD_STARTED_TIMEOUT = 360 # Increased timeout to 6 minutes @pytest.fixture