1) Offline Entities
locking an entity while processing a related submission @slow
should concurrently process an offline create + update:
Error: Timeout of 16000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/central-backend/central-backend/test/integration/api/offline-entities.js)
at listOnTimeout (node:internal/timers:605:17)
at process.processTimers (node:internal/timers:541:7)
Seen at https://github.com/getodk/central-backend/actions/runs/28377183995/job/84069808050 (PR build, but unlikely to be caused by the PR's changes).
Previously exceeded 8000ms at #1813