From 7eef1abb02472a1c2284f7ae29deaafec4604e64 Mon Sep 17 00:00:00 2001 From: jamelreid Date: Tue, 18 Jan 2022 17:52:11 -0500 Subject: [PATCH] Added a 45 second timeout to the beforeAll hook --- .../src/specs/shopper/front-end-checkout-create-account.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/js/e2e-core-tests/src/specs/shopper/front-end-checkout-create-account.test.js b/packages/js/e2e-core-tests/src/specs/shopper/front-end-checkout-create-account.test.js index 5f8d506216a..377d95bff84 100644 --- a/packages/js/e2e-core-tests/src/specs/shopper/front-end-checkout-create-account.test.js +++ b/packages/js/e2e-core-tests/src/specs/shopper/front-end-checkout-create-account.test.js @@ -44,7 +44,7 @@ const runCheckoutCreateAccountTest = () => { await shopper.addToCartFromShopPage( productId ); await uiUnblocked(); await shopper.goToCheckout(); - }); + }, 45000 ); it('can create an account during checkout', async () => { // Fill all the details for a new customer