[glom] ldtp: Changed timeout



commit 5b670201af955ea0983795b8fff1557f823878a9
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Aug 4 15:54:46 2009 +0200

    ldtp: Changed timeout

 ldtp/database-creation/create-db.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ldtp/database-creation/create-db.py b/ldtp/database-creation/create-db.py
index 6da36ac..4a96259 100755
--- a/ldtp/database-creation/create-db.py
+++ b/ldtp/database-creation/create-db.py
@@ -78,7 +78,7 @@ try:
 
 	if not example:
 		# Wait for the Tables dialog to appear
-		if waittillguiexist('Tables') == 0:
+		if waittillguiexist('Tables', guiTimeOut = 500) == 0:
 			raise LdtpExecutionError('The tables dialog window did not appear.')
 
 		# Create an initial table



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