From 9eb0e5b810a73e20c361f782fea1a569bf66e99e Mon Sep 17 00:00:00 2001 From: Holger Rapp Date: Sun, 20 Feb 2011 21:22:37 +0100 Subject: [PATCH] Parsing ultisnips takes even longer --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index da03f6b..bc66272 100755 --- a/test.py +++ b/test.py @@ -2300,7 +2300,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. + time.sleep(2) # Parsing and initializing UltiSnips takes a while. # Inform all test case which screen session to use suite = unittest.TestSuite()