Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge smoke testing docker updates to release tracking branch #536

Closed
Closed
Prev Previous commit
Next Next commit
Restore reasonable sleep time
  • Loading branch information
dotasek committed May 19, 2023
commit a2cf95ae5e4fe43951aeed3307b008b9cf13be8f
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Start server with jetty
run: |
mvn jetty:run & export JPA_PROCESS=$!
sleep 10
sleep 80
- name: Execute smoke tests
run: docker run --rm -v $PWD:/workdir --add-host host.docker.internal:host-gateway jetbrains/intellij-http-client -D src/test/smoketest/plain_server.http --env-file src/test/smoketest/http-client.env.json --env default

Expand Down
Loading