summaryrefslogtreecommitdiff
path: root/tests/unit/moduleapi/fork.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/moduleapi/fork.tcl')
-rw-r--r--tests/unit/moduleapi/fork.tcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unit/moduleapi/fork.tcl b/tests/unit/moduleapi/fork.tcl
index f7d7e47d5..8535a3382 100644
--- a/tests/unit/moduleapi/fork.tcl
+++ b/tests/unit/moduleapi/fork.tcl
@@ -20,9 +20,8 @@ start_server {tags {"modules"}} {
test {Module fork kill} {
r fork.create 3
- after 20
+ after 250
r fork.kill
- after 100
assert {[count_log_message "fork child started"] eq "2"}
assert {[count_log_message "Received SIGUSR1 in child"] eq "1"}