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
This commit is contained in:
Jason Felice 2019-11-12 09:39:22 -05:00
parent e964b68ab8
commit e712138ebd

View File

@ -1 +1,2 @@
ui_out '{ "jsonrpc": "2.0", "method": "set_ui_options", "params": [{}] }'
ui_in '{ "jsonrpc": "2.0", "method": "resize", "params": [ 5, 2 ] }'