From 565cecc07ff513739f7fe2a5deb636f28f2abfad Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Wed, 16 Sep 2020 15:02:21 +0200 Subject: [PATCH] test/integration: wait for compose result In the "test_compose" integration test, explicitly wait for the compose result, instead of being ok with having created the request for it. --- test/integration/test_koji.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/test_koji.py b/test/integration/test_koji.py index b1ac9fa..fc2c071 100644 --- a/test/integration/test_koji.py +++ b/test/integration/test_koji.py @@ -58,6 +58,7 @@ class TestIntegration(unittest.TestCase): "fedora-32", "f32-candidate", "x86_64", + "--wait", repo=F32_REPO) self.check_res(res)