Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/playground/cli/tests/file-locking.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ describe('Playground CLI file locking', () => {
command: 'server',
// Use a unique port to avoid conflicts with other test suites
port: 9600,
// The `multi shared locks` test runs three PHP scripts in
// parallel; with fewer than 3 workers it deadlocks and poisons
// every subsequent test via the shared beforeAll server.
workers: 3,
mount: [
{
hostPath: nativeTestDir,
Expand Down
Loading