Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Randgalt committed Jul 24, 2024
1 parent 83779f0 commit f44bd33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ jobs:

- name: Build
run: mvn -Dhttp-client.idle-timeout=2m -B package --file pom.xml

- name: Temp Re-run tests a bunch of times
run: for i in {0..20}; do mvn -Dhttp-client.idle-timeout=2m -B test --file pom.xml; done;

0 comments on commit f44bd33

Please sign in to comment.