Skip to content

Commit 687632d

Browse files
committed
Use lower timeout
Simply so that you wouldn't have to wait as much.
1 parent e268569 commit 687632d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Proc/Async.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ react {
4848
}
4949
}
5050
}
51-
whenever Promise.in(10) {
51+
whenever Promise.in(5) {
5252
say ‘Timeout. Asking the process to stop’;
5353
$proc.kill; # sends SIGHUP, change appropriately
5454
whenever Promise.in(2) {

0 commit comments

Comments
 (0)