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
Sleep a little longer...
  • Loading branch information
dotasek committed May 19, 2023
commit f54088efab6bc745f7a99ae9c1dbc166f5bf9fea
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 60
sleep 80
- name: Execute smoke tests
run: docker run --rm -v $PWD:/workdir 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