From 37f28fe5801d19a963d8667dfd608dba31b88d62 Mon Sep 17 00:00:00 2001 From: Holger Rapp Date: Sun, 20 Feb 2011 21:18:25 +0100 Subject: [PATCH] Sleep a bit after sourcing widelands in tests. Increases reliability on my system --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index 3b1789f..39f7428 100755 --- a/test.py +++ b/test.py @@ -2301,6 +2301,7 @@ if __name__ == '__main__': # Now, source our runtime send(":so plugin/UltiSnips.vim\n", options.session) + time.sleep(.4) # Parsing and intializing UltiSnips takes a while. # Inform all test case which screen session to use suite = unittest.TestSuite()