Skip to content

Commit

Permalink
fixed the test
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Aug 2, 2017
1 parent 1046b92 commit 99f658e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions molotov/tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ async def here_three(session):
# we have 5 workers and a ramp-up
# the first one starts immediatly, then each worker
# sleeps 2 seconds more.
delay = [d for d in delay if d != 0]
self.assertEqual(delay, [2.0, 4.0, 6.0, 8.0])
wanted = "SUCCESSES: 10"
self.assertTrue(wanted in stdout)
Expand Down

0 comments on commit 99f658e

Please sign in to comment.