-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Kernel Tools Iteration 7
Currently directly after the "start mongod" func is called there is a sleep 2 seconds, hoping that the mongod has started within 2 seconds. Sometimes it doesn't.
The "start mongod" function should not return until the mongod process is usable.
Then we can remove all of the sleep 2s commands.