From bb7e5ffbb96393ada12a8140478c227dc23fa7c2 Mon Sep 17 00:00:00 2001 From: Earle Nietzel Date: Wed, 18 Dec 2024 23:12:32 -0500 Subject: [PATCH] remove cypress 15 min sleep --- .github/workflows/server.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 0054467e2810..4353bc18546f 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -88,6 +88,3 @@ jobs: name: tomcat-log path: tomcat/logs/catalina.out retention-days: 5 - - name: Sleep fifteen minutes to allow testing - if: ${{ always() }} - run: sleep 15m