From c31058947491ca319c901040219be39e4f8155b6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 19 Oct 2017 13:47:57 +0200 Subject: score: Move thread queue timeout handling Update #3117. Update #3182. --- testsuites/psxtests/psx12/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites') diff --git a/testsuites/psxtests/psx12/init.c b/testsuites/psxtests/psx12/init.c index fc96aa03c4..90f1e5c7c9 100644 --- a/testsuites/psxtests/psx12/init.c +++ b/testsuites/psxtests/psx12/init.c @@ -210,7 +210,7 @@ static void *POSIX_Init( void *argument ) puts( "Init: pthread_create - SUCCESSFUL" ); /* Align with clock tick */ - usleep( 1 ); + sleep( 1 ); ctx->start = now(); -- cgit v1.2.3