Index: src/tests/preempt_longrun/create.c
===================================================================
--- src/tests/preempt_longrun/create.c	(revision e5d4e5c501242024833e1ed47aa37fccc9f78b23)
+++ src/tests/preempt_longrun/create.c	(revision ab0203df93807fd7072c5826621e5114f60a6b1b)
@@ -2,5 +2,5 @@
 #include <thread>
 
-static const unsigned long N = 2_000ul;
+static const unsigned long N = 60_000ul;
 
 #ifndef PREEMPTION_RATE
Index: src/tests/preempt_longrun/enter.c
===================================================================
--- src/tests/preempt_longrun/enter.c	(revision e5d4e5c501242024833e1ed47aa37fccc9f78b23)
+++ src/tests/preempt_longrun/enter.c	(revision ab0203df93807fd7072c5826621e5114f60a6b1b)
@@ -3,5 +3,5 @@
 #include <thread>
 
-static const unsigned long N  = 70_000ul;
+static const unsigned long N  = 2_100_000ul;
 
 #ifndef PREEMPTION_RATE
Index: src/tests/preempt_longrun/enter3.c
===================================================================
--- src/tests/preempt_longrun/enter3.c	(revision e5d4e5c501242024833e1ed47aa37fccc9f78b23)
+++ src/tests/preempt_longrun/enter3.c	(revision ab0203df93807fd7072c5826621e5114f60a6b1b)
@@ -3,5 +3,5 @@
 #include <thread>
 
-static const unsigned long N  = 50_000ul;
+static const unsigned long N  = 500_000ul;
 
 #ifndef PREEMPTION_RATE
Index: src/tests/preempt_longrun/processor.c
===================================================================
--- src/tests/preempt_longrun/processor.c	(revision e5d4e5c501242024833e1ed47aa37fccc9f78b23)
+++ src/tests/preempt_longrun/processor.c	(revision ab0203df93807fd7072c5826621e5114f60a6b1b)
@@ -19,5 +19,5 @@
 	for ( int i = 0; i < N; i++) {
 		int pi = i % 15;
-		for ( volatile int j = 0; j < 10000; j++ );
+		//for ( volatile int j = 0; j < 10000; j++ );
 		delete( p[pi] );
 		p[pi] = new();
