Sleep a bit after sourcing widelands in tests. Increases reliability on my system

This commit is contained in:
Holger Rapp 2011-02-20 21:18:25 +01:00
parent a7ebbe37fc
commit 37f28fe580

View File

@ -2301,6 +2301,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.
# Inform all test case which screen session to use # Inform all test case which screen session to use
suite = unittest.TestSuite() suite = unittest.TestSuite()