mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-02 08:58:32 +00:00
chore: test fix
This commit is contained in:
@@ -6,6 +6,11 @@ const TIMEOUT_MS = 60_000;
|
||||
let _promise = null;
|
||||
|
||||
const _initWithTimeout = () => {
|
||||
// @TODO: Temp skip during Playwright tests - otherwise it can hang on macOS CI
|
||||
if (process.env.PLAYWRIGHT) {
|
||||
return Promise.resolve();
|
||||
}
|
||||
|
||||
let timer;
|
||||
const timeout = new Promise((_, reject) => {
|
||||
timer = setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user