Skip to content

Commit e83f673

Browse files
committed
WIP: Try just a little wait to fix this test
1 parent e86b7a8 commit e83f673

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test.spec.ts

+2
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ describe("Frida-JS", () => {
212212
childNodeProc.on('error', reject);
213213
});
214214

215+
await delay(10); // Avoid race conditions that can make this flaky
216+
215217
// Inject into it:
216218
fridaClient = await connect();
217219
await fridaClient.injectIntoNodeJSProcess(

0 commit comments

Comments
 (0)