Merge "Remove the expireTimeRecheck for gc-conductor docker setup"
diff --git a/src/test/scala/com/ericsson/gerrit/plugins/gcconductor/scenarios/CreateChangesTriggeringGcWithProject.scala b/src/test/scala/com/ericsson/gerrit/plugins/gcconductor/scenarios/CreateChangesTriggeringGcWithProject.scala
index f0859ba..ead0026 100644
--- a/src/test/scala/com/ericsson/gerrit/plugins/gcconductor/scenarios/CreateChangesTriggeringGcWithProject.scala
+++ b/src/test/scala/com/ericsson/gerrit/plugins/gcconductor/scenarios/CreateChangesTriggeringGcWithProject.scala
@@ -38,7 +38,9 @@
constantUsersPerSec(createChanges.changesPerSecond) during (createChanges.secondsToChanges seconds),
nothingFor(createChanges.secondsToNextEvaluation seconds),
nothingFor(createChanges.secondsForLastEvaluation / 2 seconds),
- atOnceUsers(createChanges.ChangesForLastEvaluation)
+ atOnceUsers(createChanges.ChangesForLastEvaluation),
+ nothingFor(createChanges.secondsToNextEvaluation seconds),
+ nothingFor(createChanges.secondsForLastEvaluation / 2 seconds)
),
checkStatsUpToGc.test.inject(
nothingFor(stepWaitTime(checkStatsUpToGc) seconds),