Commit 78e8e14
authored
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)1 parent 575f8e9 commit 78e8e14
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
| |||
0 commit comments