diff options
author | Sergei Golubchik <serg@mariadb.org> | 2021-12-06 21:38:43 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2021-12-06 22:23:07 +0100 |
commit | 153b75b5762eacff1ab257e6e22522efd53e7c3e (patch) | |
tree | f61a0b96a53c43cd5db830ec2d95ec7e09ef7806 /unittest | |
parent | 045f5f7b10d391fc1653583594b4efbb5a495c4d (diff) | |
parent | 71027eceac31c9f35c94c9893abb072e41867541 (diff) | |
download | mariadb-git-153b75b5762eacff1ab257e6e22522efd53e7c3e.tar.gz |
Merge branch '10.2' into 10.3
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 7aab89dcf87..080a62f1c04 100644 --- a/unittest/mysys/thr_template.c +++ b/unittest/mysys/thr_template.c @@ -60,7 +60,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()); |