summaryrefslogtreecommitdiff
path: root/unittest
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-12-10 12:29:14 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2021-12-10 12:29:14 +0200
commit978116d99125d6577b5333457585a4c6d0678427 (patch)
tree750abf0b540da6101eff89d4be4fffda528a4a09 /unittest
parentc88e37ff857a83387c4d86829fbaf2e277e4cf9f (diff)
parent28b27b96d0d549378f815a05294797279aab7ec8 (diff)
downloadmariadb-git-978116d99125d6577b5333457585a4c6d0678427.tar.gz
Merge 10.7 into 10.8
Diffstat (limited to 'unittest')
-rw-r--r--unittest/mysys/thr_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/mysys/thr_template.c b/unittest/mysys/thr_template.c
index 42e035d911c..1e715484687 100644
--- a/unittest/mysys/thr_template.c
+++ b/unittest/mysys/thr_template.c
@@ -59,7 +59,7 @@ int main(int argc __attribute__((unused)), char **argv)
pthread_mutex_init(&mutex, 0);
-#define CYCLES 3000
+#define CYCLES 30000
#define THREADS 30
diag("N CPUs: %d", my_getncpus());