mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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]
|
||||
node-version: [16]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
node-version: 14
|
||||
- os: ubuntu-latest
|
||||
node-version: 18
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
@ -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
2
utils/limits.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
sudo sysctl -w fs.inotify.max_user_instances=1024
|
||||
Loading…
x
Reference in New Issue
Block a user