Skip to content

Commit a73b7dd

Browse files
authored
Add timeouts to codemod tests (#274)
1 parent 4df1c58 commit a73b7dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: ./.github/actions/setup-backend
2323
- name: Run ATS and Tests
2424
uses: ./.github/actions/run_ats
25+
timeout-minutes: 5
2526
with:
2627
default_tests: "tests/unit"
2728
codecov_static_token: ${{ secrets.CODECOV_STATIC_TOKEN }}
@@ -52,6 +53,7 @@ jobs:
5253
uses: ./.github/actions/setup-oss-repos
5354
- name: Run ATS and Tests
5455
uses: ./.github/actions/run_ats
56+
timeout-minutes: 10
5557
with:
5658
default_tests: "tests/integration/codemod/test_codemods.py"
5759
codecov_static_token: ${{ secrets.CODECOV_STATIC_TOKEN }}

0 commit comments

Comments
 (0)