From 6c210ba3f72c7eb7f7738e3a21955367a61e044d Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Tue, 27 Sep 2022 20:54:50 +0530 Subject: [PATCH] test: increase wait time for expand record operations Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- scripts/cypress/integration/common/3f_link_to_another_record.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cypress/integration/common/3f_link_to_another_record.js b/scripts/cypress/integration/common/3f_link_to_another_record.js index bf0a37b98b..7abbf9ac60 100644 --- a/scripts/cypress/integration/common/3f_link_to_another_record.js +++ b/scripts/cypress/integration/common/3f_link_to_another_record.js @@ -5,7 +5,7 @@ import { isTestSuiteActive } from "../../support/page_objects/projectConstants"; export const genTest = (apiType, dbType) => { if (!isTestSuiteActive(apiType, dbType)) return; - let waitTime = 2000; + let waitTime = 6000; describe(`${apiType.toUpperCase()} api - Link to another record`, () => { function fetchParentFromLabel(label) {