From e18a1a902be6d4f92df5e2cb7e1b1ed00fa767ba Mon Sep 17 00:00:00 2001 From: lumtis Date: Sun, 24 Dec 2023 18:02:47 +0100 Subject: [PATCH] remove additional sleep --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 24d163c925..2a7529589e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: smoke-test: runs-on: ["zeta-runners"] # 25 minutes - timeout-minutes: 35 + timeout-minutes: 25 steps: - uses: actions/checkout@v3 @@ -125,7 +125,6 @@ jobs: echo "Smoke Test Failed" exit 1 fi - sleep 10 - name: Stop Private Network if: always()