Parsing ultisnips takes even longer

This commit is contained in:
Holger Rapp 2011-02-20 21:22:37 +01:00
parent cee3b423fc
commit 9eb0e5b810

View File

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