Skip to content

Commit

Permalink
shorten JDP times for repeat testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Oct 6, 2022
1 parent fcb67be commit 6130b15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions repeated-integration-tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ STARTFLAGS=(
"failsafe:integration-test"
"failsafe:verify"
"-DfailIfNoTests=true"
"-Dcryostat.itest.jdp.poll.period=2500"
"-Dcryostat.itest.jdp.poll.count=1"
"-Dcryostat.itest.jdp.poll.timeout=15000"
)

if [ -n "$2" ]; then
Expand Down

0 comments on commit 6130b15

Please sign in to comment.