From d2110bd81198512d8d1161652802fc1b7458602e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Aim=C3=A9e=20Smiseth?= <51710585+SaraSmiseth@users.noreply.github.com> Date: Sat, 10 Oct 2020 18:00:55 +0200 Subject: [PATCH] 5 --- tests/test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.bash b/tests/test.bash index bb2865e..5bf15dc 100755 --- a/tests/test.bash +++ b/tests/test.bash @@ -40,7 +40,7 @@ sudo docker-compose down \ && pip install -r requirements.txt \ && pytest \ && deactivate \ -&& sleep 1 \ +&& sleep 5 \ && ./bats/bats-core/bin/bats tests.bats sudo docker-compose down