We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ec994 commit a84a2aeCopy full SHA for a84a2ae
.github/workflows/python-app.yml
@@ -16,6 +16,7 @@ permissions:
16
jobs:
17
lint:
18
runs-on: ubuntu-latest
19
+ timeout-minutes: 5
20
steps:
21
- uses: actions/checkout@v4
22
- name: Set up Python
@@ -33,6 +34,7 @@ jobs:
33
34
build:
35
needs: lint
36
runs-on: ubuntu-22.04
37
+ timeout-minutes: 20
38
env:
39
PROXY: "http://51.83.140.52:16301"
40
TEST_TESTNET: "true"
@@ -74,6 +76,7 @@ jobs:
74
76
needs: build
75
77
if: ${{ always() }}
78
79
80
81
- name: Coveralls Finished
82
uses: coverallsapp/github-action@v2
0 commit comments