Skip to content

Commit

Permalink
gh: Bump lit timeout to reduce false-negatives.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko authored and xlauko committed Mar 12, 2024
1 parent 98ff0e2 commit e7562e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llvm-ts-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
continue-on-error: true
if: matrix.vast-target == 'bin'
working-directory: ./llvm-test-suite/build
run: lit --timeout=60 -v -o ../../results-${{ matrix.vast-target }}.json .
run: lit --timeout=360 -v -o ../../results-${{ matrix.vast-target }}.json .

- name: Upload results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e7562e6

Please sign in to comment.