Description
Our E2E tests are intermittently failing on CI, most recently on the build-and-test job (run #589), which failed after ~6m 29s with exit code 1
The current timeout appears too tight, likely because slower filesystem/process startup on shared CI runners. This causes tests to fail intermittently even though the underlying functionality is working correctly, forcing re-runs and slowing down releases
Motivation
Reduce false-negative CI failures that require manual re-runs
Proposed Implementation
Set timeout globally in config to 30 seconds
Definition of Done
Description
Our E2E tests are intermittently failing on CI, most recently on the build-and-test job (run #589), which failed after ~6m 29s with exit code 1
The current timeout appears too tight, likely because slower filesystem/process startup on shared CI runners. This causes tests to fail intermittently even though the underlying functionality is working correctly, forcing re-runs and slowing down releases
Motivation
Reduce false-negative CI failures that require manual re-runs
Proposed Implementation
Set timeout globally in config to 30 seconds
Definition of Done