aboutsummaryrefslogtreecommitdiff
path: root/tests/exec2.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exec2.test')
-rw-r--r--tests/exec2.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/exec2.test b/tests/exec2.test
index 253d251..b96555c 100644
--- a/tests/exec2.test
+++ b/tests/exec2.test
@@ -156,10 +156,10 @@ test exec2-5.5 {wait for all children} -body {
}
# reap zombies, there should not be any
wait
- sleep 0.3
+ after 300
# reap zombies, 2-3 should be finished now
wait
- sleep 0.4
+ after 400
# reap zombies, all processes should be finished now
wait
} -result {}