commit | e83a778011593ec4d271c22d0258e3a93c7dd832 | [log] [tgz] |
---|---|---|
author | Mark Bekhet <mark.a.bekhet@ericsson.com> | Thu Jul 21 10:13:51 2022 -0400 |
committer | Mark Bekhet <bekhet.mark@gmail.com> | Fri Jul 22 15:53:41 2022 +0000 |
tree | 70ba28f169698cf29d97e64ffb14fbe7f8bd230c | |
parent | 029ebeb8df5d388ac9c7a84a6899da09a04038ab [diff] |
Add more waiting time to pick up project after last change creation Change-Id: I115dbab42dc385ec7a642f2b5cb8547f72e67f6e
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),