From 90e95d344d1e6d8d2504b610d38017c58baf738b Mon Sep 17 00:00:00 2001 From: Matej Ferencevic Date: Wed, 13 Sep 2017 14:46:22 +0200 Subject: [PATCH] Increased qa run wait time Reviewers: mislav.bradac Reviewed By: mislav.bradac Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D789 --- tests/qa/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qa/run b/tests/qa/run index a8fefa451..b713d10f6 100755 --- a/tests/qa/run +++ b/tests/qa/run @@ -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