Skip to content

Commit a84a2ae

Browse files
authored
add timeout to jobs (#1556)
1 parent a0ec994 commit a84a2ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ permissions:
1616
jobs:
1717
lint:
1818
runs-on: ubuntu-latest
19+
timeout-minutes: 5
1920
steps:
2021
- uses: actions/checkout@v4
2122
- name: Set up Python
@@ -33,6 +34,7 @@ jobs:
3334
build:
3435
needs: lint
3536
runs-on: ubuntu-22.04
37+
timeout-minutes: 20
3638
env:
3739
PROXY: "http://51.83.140.52:16301"
3840
TEST_TESTNET: "true"
@@ -74,6 +76,7 @@ jobs:
7476
needs: build
7577
if: ${{ always() }}
7678
runs-on: ubuntu-latest
79+
timeout-minutes: 5
7780
steps:
7881
- name: Coveralls Finished
7982
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)