summaryrefslogtreecommitdiffstats
path: root/tests/async.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/async.test')
-rw-r--r--tests/async.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/async.test b/tests/async.test
index f89413f..b369839 100644
--- a/tests/async.test
+++ b/tests/async.test
@@ -175,7 +175,7 @@ proc hang3 {handle} [concat {
set aresult {Async event not delivered}
testasync marklater $handle
set i 0
-} [string repeat {;incr i;} 1500000] {
+} "[string repeat {;incr i;} 1500000]after 10;" {
return $aresult
}]