[Box Backup-dev] COMMIT r676 - box/chris/general/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sun Jul 23 01:51:16 BST 2006


Author: chris
Date: 2006-07-23 00:51:08 +0000 (Sun, 23 Jul 2006)
New Revision: 676

Modified:
   box/chris/general/lib/common/Test.h
Log:
* lib/common/Test.h
- Increased LaunchServer timeout to 15 seconds to hopefully help with 
  unreliable launch problems on Win32


Modified: box/chris/general/lib/common/Test.h
===================================================================
--- box/chris/general/lib/common/Test.h	2006-07-23 00:12:10 UTC (rev 675)
+++ box/chris/general/lib/common/Test.h	2006-07-23 00:51:08 UTC (rev 676)
@@ -180,7 +180,7 @@
 	::fprintf(stdout, "Starting server: %s\n", CommandLine);
 	::fprintf(stdout, "Waiting for server to start: ");
 
-	for (int i = 0; i < 5; i++)
+	for (int i = 0; i < 15; i++)
 	{
 		if (TestFileExists(pidFile))	
 			break;




More information about the Boxbackup-dev mailing list