diff options
author | Sergei Golubchik <serg@mariadb.org> | 2021-12-07 22:11:30 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2021-12-07 22:11:30 +0100 |
commit | 186c1fa25057a465f4725ef28ce3d878af20947b (patch) | |
tree | f0f2f1c92572887f225ffd18f330ed97861619d6 /unittest | |
parent | 6deaff58a9d5208f3c2a3e57fd17ecac17fe34ad (diff) | |
parent | 62ea1b4407762164982221dc9796502a91c139cc (diff) | |
download | mariadb-git-186c1fa25057a465f4725ef28ce3d878af20947b.tar.gz |
Merge branch '10.5' into 10.6
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/mysys/thr_template.c | 2 |
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()); |