Skip to content

Commit

Permalink
Reduce # of threads and locks for rec. r/w lock test
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Apr 14, 2024
1 parent 217edb0 commit 35bd279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ttsafe_rec_rw_lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
#ifdef H5_HAVE_THREADS
#ifndef H5_HAVE_WIN_THREADS

#define MAX_NUM_THREADS 64
#define MAX_LOCK_CYCLES (10 * 1000 * 1000)
#define MAX_NUM_THREADS 32
#define MAX_LOCK_CYCLES (1000 * 1000)

/* structure used to configure test threads in the recursive
* R/W/ lock tests.
Expand Down

0 comments on commit 35bd279

Please sign in to comment.