From 6130b15c5a17486b8dafc47a1045e7ca4897867b Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Thu, 6 Oct 2022 15:22:35 -0400 Subject: [PATCH] shorten JDP times for repeat testing --- repeated-integration-tests.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repeated-integration-tests.bash b/repeated-integration-tests.bash index 599dde39a0..95a565a5b7 100755 --- a/repeated-integration-tests.bash +++ b/repeated-integration-tests.bash @@ -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