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),