From: Marc-Andre Laperle Date: Wed, 12 Oct 2016 17:45:33 +0000 (-0400) Subject: tmf: Fix intermittent fail in ProjectModelOutputTest.testListOutputs X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=6db82092b514421a6dd57645f9aadac8bac4a3e0;hp=6db82092b514421a6dd57645f9aadac8bac4a3e0;p=deliverable%2Ftracecompass.git tmf: Fix intermittent fail in ProjectModelOutputTest.testListOutputs This adds a waitUntil/condition that waits until there is the correct number of children under the analysis. To reproduce the issue, in TmfAnalysisElement.refreshChildren, add a Thread.sleep(1000); at the beginning. Bug: 491823 Change-Id: Iaae81093d90f26403cc58b7286c8691db7db3644 Signed-off-by: Marc-Andre Laperle Reviewed-on: https://git.eclipse.org/r/83052 Reviewed-by: Hudson CI Reviewed-by: Patrick Tasse Tested-by: Patrick Tasse ---