summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-08-17 14:53:09 +0000
committerBenny Prijono <bennylp@teluu.com>2010-08-17 14:53:09 +0000
commit67bd2dfcf25ddefd7953d2639333a9580f0c8416 (patch)
tree006826e82027d9723d203db96e7163c11d975198 /tests
parent1a030c789cc9d30b7759a46c173242a8b829f77f (diff)
Automated testing (re #1111): changed continuous monitoring interval from 1 to 5 minutes
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3277 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests')
-rwxr-xr-xtests/automated/run_continuous.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/automated/run_continuous.py b/tests/automated/run_continuous.py
index a304f4d5..e7ba39cc 100755
--- a/tests/automated/run_continuous.py
+++ b/tests/automated/run_continuous.py
@@ -6,7 +6,7 @@ import datetime
import ccdash
GROUP = "Continuous"
-INTERVAL = 60
+INTERVAL = 300
if __name__ == "__main__":
if len(sys.argv)<=1 or sys.argv[1]=="-h" or sys.argv[1]=="--h" or sys.argv[1]=="/h":
@@ -52,5 +52,6 @@ if __name__ == "__main__":
rc = thisrc
# Sleep even if something does change
+ print str(datetime.datetime.now()) + ": done, will check again in " + str(INTERVAL) + "s.."
time.sleep(INTERVAL)