summaryrefslogtreecommitdiff
path: root/tests/eyal1.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/eyal1.c')
-rw-r--r--tests/eyal1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/eyal1.c b/tests/eyal1.c
index 843cb33..a9ba909 100644
--- a/tests/eyal1.c
+++ b/tests/eyal1.c
@@ -62,8 +62,8 @@ struct thread_control {
typedef struct thread_control TC;
static TC *tcs = NULL;
-static int nthreads = 14;
-static int nwork = 100;
+static int nthreads = 10;
+static int nwork = 1000;
static int quiet = 0;
static int todo = -1;