functests: Fix some tests which are failing locally for unrelated reasons

This commit is contained in:
ZyX
2017-04-09 01:55:19 +03:00
parent c35bd4d074
commit 69d1003bf7
5 changed files with 15 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ describe("CTRL-C (mapped)", function()
end
-- The test is time-sensitive. Try different sleep values.
local ms_values = {1, 10, 100}
local ms_values = {1, 10, 100, 1000, 10000}
for i, ms in ipairs(ms_values) do
if i < #ms_values then
local status, _ = pcall(test_ctrl_c, ms)