Skip to content

Commit 52e7650

Browse files
authored
chore: increase sleep duration in test (#337)
1 parent 9e5271d commit 52e7650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2103,7 +2103,7 @@ Deno.test("should receive signal when listening", { ignore: Deno.build.os !== "l
21032103
.noThrow()
21042104
.stdout("piped")
21052105
.spawn();
2106-
await $.sleep(60);
2106+
await $.sleep(100);
21072107
p.kill("SIGINT");
21082108
await $.sleep(30);
21092109
// now terminate it

0 commit comments

Comments
 (0)