[maemo-commits] [maemo-commits] r18185 - projects/haf/trunk/hildon-thumbnail/daemon

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Apr 28 11:48:57 EEST 2009
Author: pvanhoof
Date: 2009-04-28 11:48:47 +0300 (Tue, 28 Apr 2009)
New Revision: 18185

Modified:
   projects/haf/trunk/hildon-thumbnail/daemon/thumb-hal.c
Log:
Lower the timeout to 5 s

Modified: projects/haf/trunk/hildon-thumbnail/daemon/thumb-hal.c
===================================================================
--- projects/haf/trunk/hildon-thumbnail/daemon/thumb-hal.c	2009-04-28 08:20:56 UTC (rev 18184)
+++ projects/haf/trunk/hildon-thumbnail/daemon/thumb-hal.c	2009-04-28 08:48:47 UTC (rev 18185)
@@ -43,7 +43,7 @@
 	filep = fopen (CHECK_FILE, "r");
 	if (filep) {
 		/* See above */
-		sleep (10);
+		sleep (5);
 		fclose (filep);
 		g_unlink (CHECK_FILE);
 	}


More information about the maemo-commits mailing list