Skip to content

Commit dd13b6c

Browse files
committed
Fix failed test
1 parent e0f8bf8 commit dd13b6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/test_validate_sidecar_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def test_sidecar_init_run_workflow_fastapi(runner: CliRunner, fastapi_repo: Path
130130
assert "Running sidecar validation" in run_result.stdout or "Validation Results" in run_result.stdout
131131

132132

133+
@pytest.mark.timeout(30)
133134
def test_sidecar_init_run_workflow_django(runner: CliRunner, django_repo: Path) -> None:
134135
"""Test complete sidecar init → run workflow for Django."""
135136
bundle_name = "django-test"

0 commit comments

Comments
 (0)