We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d932d2 commit 383a94dCopy full SHA for 383a94d
test/socket-npm.test.ts
@@ -61,6 +61,6 @@ for (const npmDir of versions) {
61
1,
62
'if the promise resolves then the typo-squat attack message was seen, the promise should not reject in any way'
63
).toBe(1)
64
- }, 20_000) // About 5s on my machine, will be slow in ci, extend if too flaky
+ }, 30_000) // About 5s on my machine, will be slow in ci, extend if too flaky
65
})
66
}
0 commit comments