summaryrefslogtreecommitdiff
path: root/unittest
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2021-12-08 10:33:36 +0100
committerSergei Golubchik <serg@mariadb.org>2021-12-08 10:33:36 +0100
commitef77c05126b34b72c5b98a051739b74e93f3eaca (patch)
tree947eb192b1701a3991fc3eabc419454018e4fc97 /unittest
parent60d565e66a76e42b4fb9c0c09aa0898e4a65d71d (diff)
parent186c1fa25057a465f4725ef28ce3d878af20947b (diff)
downloadmariadb-git-ef77c05126b34b72c5b98a051739b74e93f3eaca.tar.gz
Merge branch '10.6' into 10.7
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());