Skip to content

Commit 383a94d

Browse files
committed
30?
1 parent 7d932d2 commit 383a94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/socket-npm.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ for (const npmDir of versions) {
6161
1,
6262
'if the promise resolves then the typo-squat attack message was seen, the promise should not reject in any way'
6363
).toBe(1)
64-
}, 20_000) // About 5s on my machine, will be slow in ci, extend if too flaky
64+
}, 30_000) // About 5s on my machine, will be slow in ci, extend if too flaky
6565
})
6666
}

0 commit comments

Comments
 (0)