diff options
author | Sergei Golubchik <serg@mariadb.org> | 2021-12-07 21:30:27 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2021-12-07 21:30:27 +0100 |
commit | de70f921ceb27144a4b3cac8ffd0f46d3d177150 (patch) | |
tree | 62749c09d1c4579aa2a3aa5f526b50ff84c9ea9f /unittest | |
parent | cfcfdc65dfa0ae5e59df1f1c42ee574b8bdc60a4 (diff) | |
parent | e8a91c18ea136f54a53ae19c6f41482a1b855cff (diff) | |
download | mariadb-git-de70f921ceb27144a4b3cac8ffd0f46d3d177150.tar.gz |
Merge branch '10.4' into 10.5
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()); |