sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #33923
[Question #269702]: Sikuli not pausing the script
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.