mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 21:58:39 -09:00
Increase timeout for ava
This commit is contained in:
parent
5483adc8e7
commit
b06ee6ed27
2 changed files with 2 additions and 2 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
|
@ -87,7 +87,7 @@ jobs:
|
||||||
dist/*.exe
|
dist/*.exe
|
||||||
- name: Run E2E Tests
|
- name: Run E2E Tests
|
||||||
if: runner.os != 'Linux'
|
if: runner.os != 'Linux'
|
||||||
run: yarn run test:e2e
|
run: yarn run test:e2e --verbose
|
||||||
- name: Run E2E Tests on Linux
|
- name: Run E2E Tests on Linux
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
uses: GabrielBB/xvfb-action@v1.6
|
uses: GabrielBB/xvfb-action@v1.6
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,5 @@ module.exports = {
|
||||||
files: ['test/*'],
|
files: ['test/*'],
|
||||||
extensions: ['ts'],
|
extensions: ['ts'],
|
||||||
require: ['ts-node/register/transpile-only'],
|
require: ['ts-node/register/transpile-only'],
|
||||||
timeout: '30s'
|
timeout: '2m'
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue