Skip to content

Commit ebfda97

Browse files
committed
Increase pytest timeout to 25mins
1 parent a4aadf7 commit ebfda97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python_tests_copter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
4747
- name: Test with pytest
4848
working-directory: radio
49-
timeout-minutes: 15
49+
timeout-minutes: 25
5050
run: pytest -m "not plane_only" --log-cli-level=DEBUG

.github/workflows/python_tests_plane.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
4747
- name: Test with pytest
4848
working-directory: radio
49-
timeout-minutes: 15
49+
timeout-minutes: 25
5050
run: pytest -m "not copter_only" --log-cli-level=DEBUG

0 commit comments

Comments
 (0)