summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJason Felice <jason.m.felice@gmail.com>2019-11-12 09:39:22 -0500
committerJason Felice <jason.m.felice@gmail.com>2019-11-12 09:39:37 -0500
commite712138ebd63237ce89ac9a67339f393cf93159b (patch)
tree1a79d6cbceba38797fe6c734eb7cae8e35dd0b03 /test
parente964b68ab818a9c5be1c16f024ba346f3983a3e3 (diff)
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
Diffstat (limited to 'test')
-rw-r--r--test/regression/2056-assert-on-small-window/script1
1 files changed, 1 insertions, 0 deletions
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 ] }'