From f335fd350688a499e455f3b93eea6f90ef236c64 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 23 Aug 2010 15:34:19 +0000 Subject: 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 --- tests/automated/run_continuous.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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()) + \ -- cgit v1.2.3