about summary refs log tree commit homepage
path: root/t/t0004-heartbeat-timeout.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0004-heartbeat-timeout.sh')
-rwxr-xr-xt/t0004-heartbeat-timeout.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t0004-heartbeat-timeout.sh b/t/t0004-heartbeat-timeout.sh
index 5010875..53f2bd3 100755
--- a/t/t0004-heartbeat-timeout.sh
+++ b/t/t0004-heartbeat-timeout.sh
@@ -5,8 +5,8 @@ t_plan 12 "heartbeat/timeout test for $model"
 
 t_begin "setup and startup" && {
         rainbows_setup $model
-        echo timeout 3 >> $unicorn_config
-        echo preload_app true >> $unicorn_config
+        echo timeout 3 >> $unicorn_config
+        echo preload_app true >> $unicorn_config
         rainbows -D heartbeat-timeout.ru -c $unicorn_config
         rainbows_wait_start
 }