Index: uspace/tester/thread/thread1.c
===================================================================
--- uspace/tester/thread/thread1.c	(revision 3dbe2d1f2cf929c94b37e1ae26508eaac53ad4f6)
+++ uspace/tester/thread/thread1.c	(revision 2a98e584c41f86d1802d062b56836bf310529c13)
@@ -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);
