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) {