summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-08-23 15:34:19 +0000
committerBenny Prijono <bennylp@teluu.com>2010-08-23 15:34:19 +0000
commitf335fd350688a499e455f3b93eea6f90ef236c64 (patch)
treed625c27b09915476772edde1d51974da6c10e979 /tests
parentaff4573bdb7add7ce04f52025a6791330646d88f (diff)
Re #1111 (more on automate test): small fix on the delay in run_continuous.py
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3290 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests')
-rwxr-xr-xtests/automated/run_continuous.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/automated/run_continuous.py b/tests/automated/run_continuous.py
index fa4b3d4b..85428374 100755
--- a/tests/automated/run_continuous.py
+++ b/tests/automated/run_continuous.py
@@ -97,6 +97,8 @@ if __name__ == "__main__":
group = "Continuous"
else:
group = "Experimental"
+ print "Will run %s after %f s.." % (group, DELAY)
+ time.sleep(DELAY)
rc = run_scenarios(scenarios, group)
# Sleep even if something does change
print str(datetime.datetime.now()) + \