Skip to content
Merged
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
5 changes: 4 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ jobs:
asan:
name: AddressSanitizer
runs-on: ubuntu-latest
timeout-minutes: 30
# ASAN with --test-threads=1 plus the expanded rg/coreutils
# differential corpora needs well over the previous 30-minute cap;
# the last two nightly runs cancelled mid-suite at exactly 30 min.
timeout-minutes: 90
steps:
- uses: actions/checkout@v6

Expand Down
Loading