From 9b02ceae89a3b478549f6dbd89ba7aa174cb7b12 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 30 Mar 2006 23:30:42 +0000 Subject: comment out debug message.. increase waiting time for thread start --- lib/base/thread.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/base/thread.cpp') diff --git a/lib/base/thread.cpp b/lib/base/thread.cpp index a3edef3e..7a43a7bb 100644 --- a/lib/base/thread.cpp +++ b/lib/base/thread.cpp @@ -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 ) -- cgit v1.2.3