summaryrefslogtreecommitdiff
path: root/tests/automated
diff options
context:
space:
mode:
Diffstat (limited to 'tests/automated')
-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)