comment out debug message.. increase waiting time for thread start
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 30 Mar 2006 23:30:42 +0000 (23:30 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 30 Mar 2006 23:30:42 +0000 (23:30 +0000)
lib/base/thread.cpp

index a3edef3ec56aebdfe3b81e6ec5d03c5043b53f27..7a43a7bb22bf43548caa3b164a0c91edb7402539 100644 (file)
@@ -51,10 +51,10 @@ void eThread::run( int prio, int policy )
        }
        pthread_attr_destroy(&attr);
        usleep(1000);
-       int timeout=20;
+       int timeout=50;
        while(!alive && timeout--)
        {
-               eDebug("waiting for thread start...");
+//             eDebug("waiting for thread start...");
                usleep(1000*10);
        }
        if ( !timeout )