chore: unflake ui tests (3) (#22741)

This commit is contained in:
Pavel Feldman 2023-05-01 15:18:34 -07:00 committed by GitHub
parent a68cc161dc
commit 70011c82f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -104,8 +104,6 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [16]
include:
- os: ubuntu-latest
node-version: 14
- os: ubuntu-latest
node-version: 18
runs-on: ${{ matrix.os }}

View File

@ -125,7 +125,7 @@ export const test = base
});
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) {
const fs = require('fs');

2
utils/limits.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
sudo sysctl -w fs.inotify.max_user_instances=1024