summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@hp.com>2014-08-15 16:09:16 -0700
committerJames E. Blair <jeblair@hp.com>2014-08-15 16:09:16 -0700
commitf805897548fac2be2f65a9041fcb715341e6d95a (patch)
tree1d2b358f3c19c013532700b65ed34ad2c1820930
parentc878c98977a5531af206f41bd3b34385d9306d78 (diff)
downloadzuul-f805897548fac2be2f65a9041fcb715341e6d95a.tar.gz
Make smtp test more robust
It may have ended up with changes still in the pipeline because it uses the timer trigger. Change-Id: Ieb46d7b5b7020e62e7d3baa704e3f75f9f87dca1
-rwxr-xr-xtests/test_scheduler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_scheduler.py b/tests/test_scheduler.py
index 9baa824cc..a7548c132 100755
--- a/tests/test_scheduler.py
+++ b/tests/test_scheduler.py
@@ -2131,6 +2131,7 @@ class TestScheduler(ZuulTestCase):
'tests/fixtures/layout-no-timer.yaml')
self.sched.reconfigure(self.config)
self.registerJobs()
+ self.waitUntilSettled()
self.worker.release('.*')
self.waitUntilSettled()