From fab3327ca5b79be5dae89db9a398489c9b37db08 Mon Sep 17 00:00:00 2001 From: Josef Prochazka Date: Mon, 10 Nov 2025 10:05:38 +0100 Subject: [PATCH] Increase e2e Pytest timeout --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00a796d909..6ca17970b0 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ unit-tests-cov: uv run pytest --numprocesses=auto -vv --cov=src/crawlee --cov-append --cov-report=html tests/unit -m "not run_alone" e2e-templates-tests $(args): - uv run pytest --numprocesses=$(E2E_TESTS_CONCURRENCY) -vv tests/e2e/project_template "$(args)" + uv run pytest --numprocesses=$(E2E_TESTS_CONCURRENCY) -vv tests/e2e/project_template "$(args)" --timeout=600 format: uv run ruff check --fix