chore: unflake ui tests (3) (#22741)
This commit is contained in:
parent
a68cc161dc
commit
70011c82f7
2
.github/workflows/tests_primary.yml
vendored
2
.github/workflows/tests_primary.yml
vendored
|
|
@ -104,8 +104,6 @@ jobs:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
node-version: [16]
|
node-version: [16]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
|
||||||
node-version: 14
|
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
node-version: 18
|
node-version: 18
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
|
||||||
|
|
@ -125,7 +125,7 @@ export const test = base
|
||||||
});
|
});
|
||||||
|
|
||||||
import { expect as baseExpect } from './stable-test-runner';
|
import { expect as baseExpect } from './stable-test-runner';
|
||||||
export const expect = baseExpect.configure({ timeout: 15000 });
|
export const expect = baseExpect.configure({ timeout: 0 });
|
||||||
|
|
||||||
async function waitForLatch(latchFile: string) {
|
async function waitForLatch(latchFile: string) {
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
|
|
|
||||||
2
utils/limits.sh
Normal file
2
utils/limits.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
sudo sysctl -w fs.inotify.max_user_instances=1024
|
||||||
Loading…
Reference in a new issue