diff --git a/cypress/integration/sales/void_a_sales_invoice_then_invoice_the_billing_candidates_again.js b/cypress/integration/sales/void_a_sales_invoice_then_invoice_the_billing_candidates_again.js index e1bd72e7..abc08115 100644 --- a/cypress/integration/sales/void_a_sales_invoice_then_invoice_the_billing_candidates_again.js +++ b/cypress/integration/sales/void_a_sales_invoice_then_invoice_the_billing_candidates_again.js @@ -87,7 +87,7 @@ describe('Void Sales Invoice and invoice the billing candidates again', function }); it('Open the Referenced Billing Candidates', function() { - cy.wait(1000); + cy.wait(5000); cy.openReferencedDocuments('C_Order_C_Invoice_Candidate'); });