From f7b2bdccda33b850da7f559f8fb1712c68d2a7d9 Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Wed, 21 Jul 2021 11:22:44 -0400 Subject: [PATCH] Tests: Fix RHEL9 filter test timing failures --- test/check-application | 1 + 1 file changed, 1 insertion(+) diff --git a/test/check-application b/test/check-application index d45e1b3..ec651db 100755 --- a/test/check-application +++ b/test/check-application @@ -327,6 +327,7 @@ class TestApplication(MachineCase): self.allow_journal_messages(".*timestamp.*") # login and test inputs b, _ = self._login() + time.sleep(5) for occ in occ_dict: for term in occ_dict[occ]: # enter the search term and wait for the results to return