We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b2e7f commit 4c63a60Copy full SHA for 4c63a60
lib/sleep.function.spec.ts
@@ -18,7 +18,7 @@ describe("sleep", () => {
18
describe("busyWaitForNanoSeconds", () => {
19
it("should resolve after x ns", async () => {
20
// GIVEN
21
- const timeoutNs = 5000;
+ const timeoutNs = 5_000_000;
22
const timeoutMs = 5;
23
24
// WHEN
0 commit comments