Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.
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
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@ jobs:
with:
srcDirectory: gobra
globalTimeout: 5h
packageTimeout: 2h
packageTimeout: 4h
viperBackend: VSWITHSILICON
caching: '1'
# chopping is disabled for now to avoid cache misses.
# this should be tested in a separate PR to figure if it
# has an impact on verification times
# chop: 10
chop: 20
- name: Upload the verification report
uses: actions/upload-artifact@v2
with:
Expand Down