aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJere Leppänen <jere.leppanen@nokia.com>2021-12-10 17:45:41 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2021-12-13 18:25:33 +0200
commit69e59269101c1e6c6e23e0395df3438f4404d0b5 (patch)
tree6c71d0d0f4c6d80706ed263cb5c4d26a9014f1ad
parentb4b504a0af4a993620344084e7b47133b207b29a (diff)
validation: atomic: increase number of test rounds
Increase number of test rounds from 50000 to 100000. Signed-off-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
-rw-r--r--test/validation/api/atomic/atomic.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/validation/api/atomic/atomic.c b/test/validation/api/atomic/atomic.c
index 24f770d4c..43b7cc66c 100644
--- a/test/validation/api/atomic/atomic.c
+++ b/test/validation/api/atomic/atomic.c
@@ -1,4 +1,5 @@
/* Copyright (c) 2014-2018, Linaro Limited
+ * Copyright (c) 2021 Nokia
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
@@ -16,7 +17,7 @@
#define ADD_SUB_CNT 5
-#define CNT 50000
+#define CNT 100000
#define U32_INIT_VAL (1UL << 28)
#define U64_INIT_VAL (1ULL << 33)
#define U32_MAGIC 0xa23f65b2