Skip to content

Commit cfaa5d1

Browse files
authored
Use larger wait period in doesn't-hang test
1 parent 1b814c6 commit cfaa5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S17-procasync/stress.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if run :!out, :!err, «echo test» {
6464
}
6565
}
6666
print 'pass';
67-
, :5wait, :out<pass>, ".Supply on multiple Proc::Async's does not deadlock";
67+
, :25wait, :out<pass>, ".Supply on multiple Proc::Async's does not deadlock";
6868
}
6969
else {
7070
skip 'Need `echo` for this test'

0 commit comments

Comments
 (0)