From 673e36b2ef320b259a51cf64137bfa17d13343a4 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 6 May 2017 23:33:38 +0100 Subject: [PATCH] Sleep to fix Travis builds --- test/test_format_temporary_file_creation.vader | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_format_temporary_file_creation.vader b/test/test_format_temporary_file_creation.vader index fa20338..0639c59 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)