Skip to content

Commit

Permalink
Merge pull request #103 from MOV-AI/bugfix/BP-944/State_Node_port_cal…
Browse files Browse the repository at this point in the history
…lbacks_called_after_trans

reduce the timeout for force kill to 7 sec
  • Loading branch information
engdorm authored Aug 28, 2023
2 parents 36c6594 + ab6f72c commit 786dc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movai_core_shared/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
LINK_REGEX = r"^([~@a-zA-Z_0-9-]+)([\/])([\/~@a-zA-Z_0-9]+)+([\/])([~@a-zA-Z_0-9]+)$"
CONFIG_REGEX = r"\$\((param|config|var|flow)[^$)]+\)"

TIMEOUT_PROCESS_SIGINT = 15
TIMEOUT_PROCESS_SIGINT = 7
TIMEOUT_PROCESS_SIGTERM = 2

# Domains
Expand Down

0 comments on commit 786dc4d

Please sign in to comment.