Index: uspace/tester/thread/thread1.c
===================================================================
--- uspace/tester/thread/thread1.c	(revision 3dbe2d1f2cf929c94b37e1ae26508eaac53ad4f6)
+++ uspace/tester/thread/thread1.c	(revision 6adbe3c2c208fc6a1a2f4a5f8fc1436d383025dc)
@@ -46,6 +46,6 @@
 	while (atomic_get(&finish)) {
 		if (!sh_quiet)
-			printf("%d\n", thread_get_id());
-		usleep(100);
+			printf("%d ", thread_get_id());
+		usleep(100000);
 	}
 	atomic_inc(&threads_finished);
