mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix(e2e): reduce task count in tag deletion test to prevent timeout
Reduce tasks from 10 to 5 in the bulk tag deletion sync test. Creating and syncing 10 tasks was exceeding the 180s test timeout. 5 tasks still validates atomic tag deletion behavior.
This commit is contained in:
parent
9d21fa1b6e
commit
df4aa2b56d
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ test.describe('@supersync SuperSync Models', () => {
|
|||
await clientA.sync.setupSuperSync(syncConfig);
|
||||
|
||||
const tagName = `BulkTag-${testRunId}`;
|
||||
const taskCount = 10;
|
||||
const taskCount = 5; // Reduced from 10 to speed up test
|
||||
const taskNames: string[] = [];
|
||||
|
||||
// 1. Create tag first
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue