From 887c272361ea1e3eaae27aef27cd4bc7ad6a06e8 Mon Sep 17 00:00:00 2001 From: christian medders Date: Fri, 19 Jul 2024 09:42:07 -0400 Subject: [PATCH] Adding a sleep command to wait to rerun any failed test --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2127896bb..aeb466d59 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,6 +62,7 @@ jobs: - run: name: "Cypress - frontend tests - rerun" command: | + sleep 120 echo "I am the result of frontend tests failed job" cd testing npm install @@ -77,6 +78,7 @@ jobs: - run: name: "Cypress - axe tests - rerun" command: | + sleep 120 echo "I am the result of axe tests failed job" cd testing npm install