Browse Source

test: increase date filters timeout

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/5363/head
Raju Udava 2 years ago
parent
commit
811390f02d
  1. 4
      tests/playwright/tests/filters.spec.ts

4
tests/playwright/tests/filters.spec.ts

@ -925,6 +925,10 @@ test.describe('Filter Tests: Date based', () => {
});
}
}
test.beforeAll(async () => {
// Set timeout for this hook.
test.setTimeout(180000);
});
test.beforeEach(async ({ page }) => {
context = await setup({ page });

Loading…
Cancel
Save