summaryrefslogtreecommitdiff
path: root/tests/chain.apl
diff options
context:
space:
mode:
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