Skip to content

Commit

Permalink
Add timeout for run in VM
Browse files Browse the repository at this point in the history
  • Loading branch information
P-p-H-d committed Nov 4, 2023
1 parent 3a057fc commit 58b317b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v0
timeout-minutes: 60
with:
usesh: true
run: |
Expand All @@ -142,6 +143,7 @@ jobs:
- uses: uraimo/[email protected]
name: Run commands on aarch64
id: make
timeout-minutes: 60
with:
arch: aarch64
distro: bullseye
Expand Down

0 comments on commit 58b317b

Please sign in to comment.