Skip to content

Commit

Permalink
Reduce test iterations, etc. to keep time down on sower systems (HDFG…
Browse files Browse the repository at this point in the history
…roup#4853)

Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol authored Sep 19, 2024
1 parent d1cfe52 commit 52d42fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ttsafe_rwlock.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#define NUM_THREADS 16
#define NUM_WRITERS 4

#define NUM_ITERS 32
#define COUNT_MAX 1024
#define NUM_ITERS 12
#define COUNT_MAX 512

typedef struct {
H5TS_rwlock_t lock;
Expand Down

0 comments on commit 52d42fd

Please sign in to comment.