Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
test: field update access control test times out locally (#15691)
### What The `ensure field with update access control is readOnly during both initial load and after saving` e2e test consistently times out when running locally but passes in CI. ### Why The test performs 3 saves + 2 reloads, each with 5-second network polling, plus form validations. This exceeds the default 20-second local test timeout but fits within CI's 60-second timeout (3x multiplier). ### How Added `test.setTimeout(TEST_TIMEOUT_LONG)` at the start of the test to use the extended timeout (same as the `beforeAll` hook)
P
Patrik committed
78e8e14d5d1072e137c291185f9373ad623b0fb3
Parent: 575f8e9
Committed by GitHub <noreply@github.com>
on 2/20/2026, 5:13:00 PM