We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c45b24 commit 8d35984Copy full SHA for 8d35984
.github/workflows/test-pr.yml
@@ -58,5 +58,5 @@ jobs:
58
run: |
59
mvn -B package --file pom.xml -DskipTests
60
npm install -g @stoplight/prism-cli
61
- prism mock ./bandwidth.yml & (sleep 3; mvn test -Punit-tests)
+ prism mock ./bandwidth.yml & (sleep 4; mvn test -Punit-tests)
62
shell: bash
0 commit comments