Skip to content

Commit 8d35984

Browse files
committed
sleep more before unit tests
1 parent 9c45b24 commit 8d35984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
5858
run: |
5959
mvn -B package --file pom.xml -DskipTests
6060
npm install -g @stoplight/prism-cli
61-
prism mock ./bandwidth.yml & (sleep 3; mvn test -Punit-tests)
61+
prism mock ./bandwidth.yml & (sleep 4; mvn test -Punit-tests)
6262
shell: bash

0 commit comments

Comments
 (0)