diff --git a/tests/gantry_common_options_spec.sh b/tests/gantry_common_options_spec.sh index cfd3451..292cde4 100644 --- a/tests/gantry_common_options_spec.sh +++ b/tests/gantry_common_options_spec.sh @@ -146,7 +146,7 @@ Describe 'common-options' local SERVICE_NAME="${2}" reset_gantry_env "${SERVICE_NAME}" export GANTRY_SLEEP_SECONDS="5" - run_gantry ${TEST_NAME} & + run_gantry "${TEST_NAME}" & local PID="${!}" sleep 15 kill "${PID}"