mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05: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
|
||||
|
||||
TERMINATE_TIMEOUT=10
|
||||
TERMINATE_TIMEOUT=9
|
||||
|
||||
function check_params {
|
||||
if [ -z "${NOTIFY_APP_NAME}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user