From c87d0d7b58e7fe6d5119cf5fddd734bf7c6df001 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Wed, 3 Aug 2016 07:18:31 +0200 Subject: [PATCH] Squish: Stabilize test for removal of break points Change-Id: I1fdfc654e18a4cb219624b65e5d812faa479eb66 Reviewed-by: Robert Loehning --- tests/system/shared/debugger.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system/shared/debugger.py b/tests/system/shared/debugger.py index 9263f52d525..49a83b1ca27 100644 --- a/tests/system/shared/debugger.py +++ b/tests/system/shared/debugger.py @@ -111,6 +111,7 @@ def removeOldBreakpoints(): except: test.fatal("UI seems to have changed - check manually and fix this script.") return False + waitFor("model.rowCount() == 0", 1000) return test.compare(model.rowCount(), 0, "Check if all breakpoints have been removed.") # function to do simple debugging of the current (configured) project