summaryrefslogtreecommitdiff
path: root/test/test_format_temporary_file_creation.vader
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-05-06 23:33:38 +0100
committerw0rp <devw0rp@gmail.com>2017-05-06 23:33:38 +0100
commit673e36b2ef320b259a51cf64137bfa17d13343a4 (patch)
tree2c0efa9c0075d426bcdc2986c83d05e333c1e8bb /test/test_format_temporary_file_creation.vader
parenta9c5e14fc99dd5458e20849822647f9982386adc (diff)
downloadale-673e36b2ef320b259a51cf64137bfa17d13343a4.zip
Sleep to fix Travis builds
Diffstat (limited to 'test/test_format_temporary_file_creation.vader')
-rw-r--r--test/test_format_temporary_file_creation.vader2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_format_temporary_file_creation.vader b/test/test_format_temporary_file_creation.vader
index fa20338c..0639c593 100644
--- a/test/test_format_temporary_file_creation.vader
+++ b/test/test_format_temporary_file_creation.vader
@@ -27,6 +27,8 @@ Given foobar (Some imaginary filetype):
Execute(ALE should be able to read the %t file):
AssertEqual 'foobar', &filetype
+ " Sleep a little so the test passes more.
+ sleep 100ms
call ale#Lint()
call ale#engine#WaitForJobs(2000)