From ab0050fb1cf8ec78f67fe1e4692c7f3ff8ef926d Mon Sep 17 00:00:00 2001 From: Marco Miller Date: Wed, 8 Apr 2020 10:29:18 -0400 Subject: [PATCH] e2e-tests: Fix CloneUsingBothProtocols wait times So they are more consistent with the overall scenario steps timing. Fix the time unit plural form where many seconds. Change-Id: I1d31859e65e840d90dd0f009da462b98c8d7756d --- .../com/google/gerrit/scenarios/CloneUsingBothProtocols.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-tests/src/test/scala/com/google/gerrit/scenarios/CloneUsingBothProtocols.scala b/e2e-tests/src/test/scala/com/google/gerrit/scenarios/CloneUsingBothProtocols.scala index 86a336de77..889f35de80 100644 --- a/e2e-tests/src/test/scala/com/google/gerrit/scenarios/CloneUsingBothProtocols.scala +++ b/e2e-tests/src/test/scala/com/google/gerrit/scenarios/CloneUsingBothProtocols.scala @@ -40,11 +40,11 @@ class CloneUsingBothProtocols extends GitSimulation { atOnceUsers(1) ), test.inject( - nothingFor(1 second), + nothingFor(2 seconds), constantUsersPerSec(1) during (2 seconds) ), deleteProject.test.inject( - nothingFor(3 second), + nothingFor(6 seconds), atOnceUsers(1) ), ).protocols(gitProtocol, httpProtocol)