From e712138ebd63237ce89ac9a67339f393cf93159b Mon Sep 17 00:00:00 2001 From: Jason Felice Date: Tue, 12 Nov 2019 09:39:22 -0500 Subject: [PATCH] Fix test suite freeze The issue is that the `test/regression/2056-assert-on-small-window` sent JSON UI input without waiting for for the JSON UI to be initialized. Closes #3196 --- test/regression/2056-assert-on-small-window/script | 1 + 1 file changed, 1 insertion(+) diff --git a/test/regression/2056-assert-on-small-window/script b/test/regression/2056-assert-on-small-window/script index 0783d370..5719343a 100644 --- a/test/regression/2056-assert-on-small-window/script +++ b/test/regression/2056-assert-on-small-window/script @@ -1 +1,2 @@ +ui_out '{ "jsonrpc": "2.0", "method": "set_ui_options", "params": [{}] }' ui_in '{ "jsonrpc": "2.0", "method": "resize", "params": [ 5, 2 ] }'