From 8af669cda6f03a62aedd8222b525e2ee9b1985d9 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Tue, 27 Jun 2023 07:19:16 +0530 Subject: [PATCH] test: add more delay Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- tests/playwright/tests/db/projectOperations.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/tests/db/projectOperations.spec.ts b/tests/playwright/tests/db/projectOperations.spec.ts index af4f921e93..6b44469c27 100644 --- a/tests/playwright/tests/db/projectOperations.spec.ts +++ b/tests/playwright/tests/db/projectOperations.spec.ts @@ -165,7 +165,7 @@ test.describe('Project operations', () => { }); // kludge, add delay to avoid test failures due to residual data - await dashboard.rootPage.waitForTimeout(5000); + await dashboard.rootPage.waitForTimeout(10000); // cleanup test-data await cleanupTestData(dupeProjectName, testProjectName);