Added small delay for test_parametrized_build
authorAleksey Maksimov <ctpeko3a@gmail.com>
Sat, 12 Apr 2014 16:06:08 +0000 (00:06 +0800)
committerAleksey Maksimov <ctpeko3a@gmail.com>
Sat, 12 Apr 2014 16:06:08 +0000 (00:06 +0800)
so assert will have a chance on fast machines

jenkinsapi_tests/systests/test_parameterized_builds.py

index 4286d40..d9bcc5d 100644 (file)
@@ -62,6 +62,7 @@ class TestParameterizedBuilds(BaseSystemTest):
             param_B = random_string()
             params = {'B': param_B}
             job.invoke(build_params=params)
+            time.sleep(0.25)
 
         self.assertTrue(job.has_queued_build(params))