New question #269702 on Sikuli:
https://answers.launchpad.net/sikuli/+question/269702
I want to pause the execution of the script for 2 minutes:
suite=unittest.TestLoader().loadTestsFromTestCase(Test1)
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(Test2))
result = XMLTestRunner(file("unittest xml result.xml", "w")).run(suite)
in the beginning of the test runner file I try both:
import time
time.sleep(120)
and
wait(120).
Neither works, tests still start running
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp