Skip to content
Snippets Groups Projects
Commit 930349bf authored by Piotr Gawron's avatar Piotr Gawron
Browse files

we need to wait more time - docker resources are limited

parent fb2824b3
No related branches found
No related tags found
2 merge requests!1700Resolve "introduce new frontend to the jar file build process",!1681Resolve "fix install tests"
Pipeline #85818 passed
...@@ -495,7 +495,7 @@ test_install_debian_package: ...@@ -495,7 +495,7 @@ test_install_debian_package:
- DEBIAN_FRONTEND=noninteractive apt-get install -y ./$debian_file - DEBIAN_FRONTEND=noninteractive apt-get install -y ./$debian_file
- screen -d -m java -jar /usr/share/minerva/minerva.jar - screen -d -m java -jar /usr/share/minerva/minerva.jar
#we need to wait a bit - app needs to start #we need to wait a bit - app needs to start
- sleep 15 - sleep 120
- wget http://localhost:8080/minerva/ - wget http://localhost:8080/minerva/
#test if we can login and list projects #test if we can login and list projects
- test 200 = $(curl -X POST -d "login=admin&password=admin" --write-out %{http_code} --silent --output /dev/null -c cookie.txt http://localhost:8080/minerva/api/doLogin) - test 200 = $(curl -X POST -d "login=admin&password=admin" --write-out %{http_code} --silent --output /dev/null -c cookie.txt http://localhost:8080/minerva/api/doLogin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment