diff options
-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) |