diff --git a/e2e/tests/sync/supersync-models.spec.ts b/e2e/tests/sync/supersync-models.spec.ts index 84571b3b5..55de2575d 100644 --- a/e2e/tests/sync/supersync-models.spec.ts +++ b/e2e/tests/sync/supersync-models.spec.ts @@ -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