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
This commit is contained in:
Marco Miller
2020-04-08 10:29:18 -04:00
parent aa49d04ad1
commit ab0050fb1c

View File

@@ -40,11 +40,11 @@ class CloneUsingBothProtocols extends GitSimulation {
atOnceUsers(1) atOnceUsers(1)
), ),
test.inject( test.inject(
nothingFor(1 second), nothingFor(2 seconds),
constantUsersPerSec(1) during (2 seconds) constantUsersPerSec(1) during (2 seconds)
), ),
deleteProject.test.inject( deleteProject.test.inject(
nothingFor(3 second), nothingFor(6 seconds),
atOnceUsers(1) atOnceUsers(1)
), ),
).protocols(gitProtocol, httpProtocol) ).protocols(gitProtocol, httpProtocol)