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()