conduit r1591 - in trunk: . test/python-tests



Author: jstowers
Date: Tue Jul 29 12:38:17 2008
New Revision: 1591
URL: http://svn.gnome.org/viewvc/conduit?rev=1591&view=rev

Log:
Add wait_seconds

Modified:
   trunk/   (props changed)
   trunk/test/python-tests/common.py

Modified: trunk/test/python-tests/common.py
==============================================================================
--- trunk/test/python-tests/common.py	(original)
+++ trunk/test/python-tests/common.py	Tue Jul 29 12:38:17 2008
@@ -89,6 +89,8 @@
     print "[FINISHED]"
     sys.exit()
 
+def wait_seconds(s):
+    time.sleep(s)
 
 def my_except_hook(etype, evalue, etraceback):
     """



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]