Parsing ultisnips takes even longer
This commit is contained in:
parent
cee3b423fc
commit
9eb0e5b810
2
test.py
2
test.py
@ -2300,7 +2300,7 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
# Now, source our runtime
|
# Now, source our runtime
|
||||||
send(":so plugin/UltiSnips.vim\n", options.session)
|
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
|
# Inform all test case which screen session to use
|
||||||
suite = unittest.TestSuite()
|
suite = unittest.TestSuite()
|
||||||
|
Loading…
Reference in New Issue
Block a user