Sleep a bit after sourcing widelands in tests. Increases reliability on my system
This commit is contained in:
parent
a7ebbe37fc
commit
37f28fe580
1
test.py
1
test.py
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user