From 4758124514e4a1caf6eae4b17749fd7d9ef9dbe9 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Tue, 27 Sep 2022 22:33:46 +0530 Subject: [PATCH] test: trigger CICD Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- .../cypress/integration/common/3f_link_to_another_record.js | 3 ++- 1 file changed, 2 insertions(+), 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 7abbf9ac60..178445783c 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,8 @@ import { isTestSuiteActive } from "../../support/page_objects/projectConstants"; export const genTest = (apiType, dbType) => { if (!isTestSuiteActive(apiType, dbType)) return; - let waitTime = 6000; + // tbd: this needs a proper fix + let waitTime = 5500; describe(`${apiType.toUpperCase()} api - Link to another record`, () => { function fetchParentFromLabel(label) {