summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-31 22:04:19 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-03-31 22:04:19 +0200
commit5c1b85497e2d03d9b9056de0d7771d7677ad6c46 (patch)
tree518078dfa95df610c6d96d4a8bc154793164a415 /tests
parent41cb2efe1bceb9eef88f0010358b7712c1ad7c59 (diff)
downloadwolfbones-5c1b85497e2d03d9b9056de0d7771d7677ad6c46.tar.gz
wolfbones-5c1b85497e2d03d9b9056de0d7771d7677ad6c46.tar.bz2
removed Windows Sleep in thread test
Diffstat (limited to 'tests')
-rw-r--r--tests/threads/test_create_join.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/threads/test_create_join.c b/tests/threads/test_create_join.c
index c985e15..1949975 100644
--- a/tests/threads/test_create_join.c
+++ b/tests/threads/test_create_join.c
@@ -35,8 +35,6 @@ int main( void ) {
fflush( stdout );
}
- Sleep( 5 );
-
for( i = 0; i < NOF_THREADS; i++ ) {
error = wolf_thread_join( &thread[i] );
if( error != WOLF_OK ) {