We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df1c58 commit a73b7ddCopy full SHA for a73b7dd
.github/workflows/unit-tests.yml
@@ -22,6 +22,7 @@ jobs:
22
uses: ./.github/actions/setup-backend
23
- name: Run ATS and Tests
24
uses: ./.github/actions/run_ats
25
+ timeout-minutes: 5
26
with:
27
default_tests: "tests/unit"
28
codecov_static_token: ${{ secrets.CODECOV_STATIC_TOKEN }}
@@ -52,6 +53,7 @@ jobs:
52
53
uses: ./.github/actions/setup-oss-repos
54
55
56
+ timeout-minutes: 10
57
58
default_tests: "tests/integration/codemod/test_codemods.py"
59
0 commit comments