summaryrefslogtreecommitdiff
path: root/tests/chain.apl
diff options
context:
space:
mode:
authorPeter Mikkelsen <peter@pmikkelsen.com>2022-02-09 01:39:27 +0000
committerPeter Mikkelsen <peter@pmikkelsen.com>2022-02-09 01:39:27 +0000
commit1a434632347f1c3a6cbf2031feb66c16b916ad92 (patch)
tree4ed9baebb239ec54be3bf2716f9e6ecbc3453f1b /tests/chain.apl
parent6ed5b9f6d3fdeeed8ecd43b18bae642ec1ec24b1 (diff)
Increase worker count in tests/chain.apl to 100
Diffstat (limited to 'tests/chain.apl')
-rw-r--r--tests/chain.apl4
1 files 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