diff --git a/e2e/pages/supersync.page.ts b/e2e/pages/supersync.page.ts index 2226d2f54..c93c32518 100644 --- a/e2e/pages/supersync.page.ts +++ b/e2e/pages/supersync.page.ts @@ -584,8 +584,8 @@ export class SuperSyncPage extends BasePage { async syncAndWait(): Promise { await this.triggerSync(); await this.waitForSyncComplete(); - // Allow UI to settle after sync - reduces flakiness - await this.page.waitForTimeout(300); + // Allow UI to settle after sync - reduces flakiness (reduced from 300ms) + await this.page.waitForTimeout(100); } /**