| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a0ec994 commit a84a2ae
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,6 +16,7 @@ permissions: | |||
| 16 | 16 | jobs: | |
| 17 | 17 | lint: | |
| 18 | 18 | runs-on: ubuntu-latest | |
| 19 | + timeout-minutes: 5 | ||
| 19 | 20 | steps: | |
| 20 | 21 | - uses: actions/checkout@v4 | |
| 21 | 22 | - name: Set up Python | |
@@ -33,6 +34,7 @@ jobs: | |||
| 33 | 34 | build: | |
| 34 | 35 | needs: lint | |
| 35 | 36 | runs-on: ubuntu-22.04 | |
| 37 | + timeout-minutes: 20 | ||
| 36 | 38 | env: | |
| 37 | 39 | PROXY: "http://51.83.140.52:16301" | |
| 38 | 40 | TEST_TESTNET: "true" | |
@@ -74,6 +76,7 @@ jobs: | |||
| 74 | 76 | needs: build | |
| 75 | 77 | if: ${{ always() }} | |
| 76 | 78 | runs-on: ubuntu-latest | |
| 79 | + timeout-minutes: 5 | ||
| 77 | 80 | steps: | |
| 78 | 81 | - name: Coveralls Finished | |
| 79 | 82 | uses: coverallsapp/github-action@v2 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments