Increase timeout for ava

This commit is contained in:
Cornelius Roemer 2024-08-24 23:04:36 +02:00 committed by Philip Peterson
parent 31efb12762
commit 13cb1f7d5f
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -89,7 +89,7 @@ jobs:
dist/*.exe
- name: Run E2E Tests
if: runner.os != 'Linux'
run: yarn run test:e2e
run: yarn run test:e2e --verbose
- name: Run E2E Tests on Linux
if: runner.os == 'Linux'
uses: GabrielBB/xvfb-action@v1.6