summaryrefslogtreecommitdiff
path: root/unittest
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2021-12-07 09:47:42 +0100
committerSergei Golubchik <serg@mariadb.org>2021-12-07 09:47:42 +0100
commite8a91c18ea136f54a53ae19c6f41482a1b855cff (patch)
treef300f9a1135ab44d329efd60bedc59e4c36e9bdc /unittest
parentf458acc81e805d148e01f60fe5c2ded622df7c01 (diff)
parent153b75b5762eacff1ab257e6e22522efd53e7c3e (diff)
downloadmariadb-git-e8a91c18ea136f54a53ae19c6f41482a1b855cff.tar.gz
Merge branch '10.3' into 10.4
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());