Skip to content

Commit

Permalink
remove additional sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Dec 24, 2023
1 parent 1ba0680 commit e18a1a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

smoke-test:
runs-on: ["zeta-runners"] # 25 minutes
timeout-minutes: 35
timeout-minutes: 25
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -125,7 +125,6 @@ jobs:
echo "Smoke Test Failed"
exit 1
fi
sleep 10
- name: Stop Private Network
if: always()
Expand Down

0 comments on commit e18a1a9

Please sign in to comment.