diff --git a/smokeinfra/run.sh b/smokeinfra/run.sh
index 2723d9c023f91d6b3b6ffdec57dea2331fdb3842..552ae366f17933fb2b701e3d5d0385320d434466 100755
--- a/smokeinfra/run.sh
+++ b/smokeinfra/run.sh
@@ -97,7 +97,7 @@ fi
 
 # Kill the last server
 echo "KILLING SERVER 0 EARLY"
-kill -2 $PID_SERVER_KILLED
+kill -15 $PID_SERVER_KILLED
 # Wait for node to handle kill signal
 sleep 30