From de4ceef6880cd49c4186bd4361bebd082fd9ce41 Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Wed, 5 Jul 2017 14:43:14 +0000 Subject: [PATCH] Add small delay between keypresses --- plugins/c9.ide.terminal/predict_echo_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/c9.ide.terminal/predict_echo_test.js b/plugins/c9.ide.terminal/predict_echo_test.js index d0509bfa..9c67164b 100644 --- a/plugins/c9.ide.terminal/predict_echo_test.js +++ b/plugins/c9.ide.terminal/predict_echo_test.js @@ -206,7 +206,7 @@ require(["lib/architect/architect", "lib/chai/chai", "/vfs-root", "ace/test/asse setTimeout(function() { send(key); sendAll(keys, callback); - }); + }, 5); } describe("predict_echo", function() {