projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
113f532
)
Added small delay to let jenkins catchup
author
Aleksey Maksimov
<ctpeko3a@gmail.com>
Fri, 25 Apr 2014 13:59:10 +0000
(21:59 +0800)
committer
Aleksey Maksimov
<ctpeko3a@gmail.com>
Fri, 25 Apr 2014 13:59:10 +0000
(21:59 +0800)
jenkinsapi_tests/systests/test_queue.py
patch
|
blob
|
history
diff --git
a/jenkinsapi_tests/systests/test_queue.py
b/jenkinsapi_tests/systests/test_queue.py
index e02b08ffdc23fcdf9377c17a5754cabc2debf3a1..2576cdcb786424a0d48eea4beb271b677bc0a81a 100644
(file)
--- a/
jenkinsapi_tests/systests/test_queue.py
+++ b/
jenkinsapi_tests/systests/test_queue.py
@@
-52,6
+52,7
@@
class TestQueue(BaseSystemTest):
job_name = random_string()
j = self.jenkins.create_job(job_name, LONG_RUNNING_JOB)
j.invoke()
+ time.sleep(1)
self.assertTrue(j.is_queued_or_running())
while j.is_queued():