Skip to content
Snippets Groups Projects
Commit 9910af66 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #2669: Increased timeout for graceful exit of OLAP

parent ef6c74a5
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ function stop() {
# kill -9 is the last resort
kill -9 "$PID"
) && sleep 5
) && sleep 10
# wait for job to die
while true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment