Skip to content
Snippets Groups Projects
Commit 55463368 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'track-requests' into 'master'

remove unneeded sleep

See merge request !18
parents 6d30e84c 5fdc1106
Branches
No related tags found
1 merge request!18remove unneeded sleep
...@@ -348,7 +348,6 @@ function _wait_for_free_slot(){ ...@@ -348,7 +348,6 @@ function _wait_for_free_slot(){
typeset -i local _iFirstPID=0 typeset -i local _iFirstPID=0
typeset -i local _iPos=0 typeset -i local _iPos=0
local _sProcesses local _sProcesses
sleep 3
_wd "--- Need to wait until own process PID $$ is on top ... " _wd "--- Need to wait until own process PID $$ is on top ... "
while [ $_bWait = true ]; while [ $_bWait = true ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment