From 1a434632347f1c3a6cbf2031feb66c16b916ad92 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Wed, 9 Feb 2022 01:39:27 +0000 Subject: Increase worker count in tests/chain.apl to 100 --- tests/chain.apl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/chain.apl b/tests/chain.apl index c8efeb7..f6ab04b 100644 --- a/tests/chain.apl +++ b/tests/chain.apl @@ -4,5 +4,5 @@ worker←{ ⍵≡⍬: ⎕←'DONE' msg⍈⍵ } -last←worker&⍣25⊢⍬ -_←'Hello there'⍈last +last←worker&⍣100⊢⍬ +'Hello there'⍈last -- cgit v1.2.3