Increased qa run wait time

Reviewers: mislav.bradac

Reviewed By: mislav.bradac

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D789
This commit is contained in:
Matej Ferencevic 2017-09-13 14:46:22 +02:00
parent f0d4026223
commit 90e95d344d

View File

@ -76,7 +76,7 @@ function cleanup_and_exit {
exit $1
}
sleep 0.1
sleep 1
ps -p $background_pid > /dev/null
if [[ $? -ne 0 ]]; then