Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

[CI] Increase timeout for verilator tests #711

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
verilator:
name: verilator regressions
runs-on: ubuntu-20.04
timeout-minutes: 600
strategy:
matrix:
# 4.028: Ubuntu 22.04, Fedora 32
Expand Down Expand Up @@ -121,6 +122,7 @@ jobs:
sudo make install
verilator --version
- name: Test
timeout-minutes: 480
run: sbt "testOnly chiseltest.** -- -n RequiresVerilator"

formal:
Expand Down
Loading