diff options
author | w0rp <devw0rp@gmail.com> | 2017-05-06 23:33:38 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-05-06 23:33:38 +0100 |
commit | 673e36b2ef320b259a51cf64137bfa17d13343a4 (patch) | |
tree | 2c0efa9c0075d426bcdc2986c83d05e333c1e8bb /test | |
parent | a9c5e14fc99dd5458e20849822647f9982386adc (diff) | |
download | ale-673e36b2ef320b259a51cf64137bfa17d13343a4.zip |
Sleep to fix Travis builds
Diffstat (limited to 'test')
-rw-r--r-- | test/test_format_temporary_file_creation.vader | 2 |
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) |