Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/riot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
image: riot/riotbuild:latest
options: --privileged
env:
RIOT_COMMIT_ID: "cb5500b4b7600d95f42a3070abae402be4f63845"
RIOTBASE: "/opt/riot-cb5500b4b7600d95f42a3070abae402be4f63845"
RIOT_COMMIT_ID: "12b719a0bc2874f0d51a3cd71e9b0068ffbc54b4"
RIOTBASE: "/opt/riot-12b719a0bc2874f0d51a3cd71e9b0068ffbc54b4"
REACTOR_UC_PATH: ${{ github.workspace }}
steps:
- name: Checkout
Expand All @@ -30,7 +30,7 @@ jobs:

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

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