mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 18:38:14 -04:00
Set timeout to 9
This will allow us an extra second to `kill -9` any remaining processes.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -e -o pipefail
|
set -e -o pipefail
|
||||||
|
|
||||||
TERMINATE_TIMEOUT=10
|
TERMINATE_TIMEOUT=9
|
||||||
|
|
||||||
function check_params {
|
function check_params {
|
||||||
if [ -z "${NOTIFY_APP_NAME}" ]; then
|
if [ -z "${NOTIFY_APP_NAME}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user