From: Aleksey Maksimov Date: Sat, 12 Apr 2014 16:06:08 +0000 (+0800) Subject: Added small delay for test_parametrized_build X-Git-Tag: v0.2.23~23^2^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82cda3bef683a1721842539053f3becf39ee94c5;p=tools%2Fpython-jenkinsapi.git Added small delay for test_parametrized_build so assert will have a chance on fast machines --- diff --git a/jenkinsapi_tests/systests/test_parameterized_builds.py b/jenkinsapi_tests/systests/test_parameterized_builds.py index 4286d40..d9bcc5d 100644 --- a/jenkinsapi_tests/systests/test_parameterized_builds.py +++ b/jenkinsapi_tests/systests/test_parameterized_builds.py @@ -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))