From 9e3052ac3ad1a5db5fa5ade44f3ead3de70442a9 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Wed, 28 Jul 2021 15:22:46 -0400 Subject: [PATCH] GP-0: Fixing Python test --- .../src/test.slow/java/ghidra/python/PythonScriptTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ghidra/Features/Python/src/test.slow/java/ghidra/python/PythonScriptTest.java b/Ghidra/Features/Python/src/test.slow/java/ghidra/python/PythonScriptTest.java index 9c79e69e9f..e5b1e5554a 100644 --- a/Ghidra/Features/Python/src/test.slow/java/ghidra/python/PythonScriptTest.java +++ b/Ghidra/Features/Python/src/test.slow/java/ghidra/python/PythonScriptTest.java @@ -131,6 +131,8 @@ public class PythonScriptTest extends AbstractGhidraHeadedIntegrationTest { script.set(state, TaskMonitor.DUMMY, writer); script.run(); + waitForSwing(); + AtomicReference ref = new AtomicReference<>(); runSwing(() -> { String text = console.getText(0, console.getTextLength());