Skip to content

Commit

Permalink
Add timeout to RIOT platform test
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Feb 11, 2025
1 parent 79a8637 commit 68c3cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/riot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Run platform tests
working-directory: ${{ github.workspace }}/test/platform/riot
run: ./runAll.sh
run: timeout 120 ./runAll.sh

- name: Build examples
working-directory: ${{ github.workspace }}/examples/riot
Expand Down

0 comments on commit 68c3cef

Please sign in to comment.