Skip to content

Commit

Permalink
Change to run 100 times.
Browse files Browse the repository at this point in the history
  • Loading branch information
KiterLuc authored Mar 12, 2024
1 parent c1e26e0 commit 383dcf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/src/unit-capi-metadata.cc
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ TEST_CASE_METHOD(
tiledb_datatype_t v_type;
uint32_t v_num;

// Run the test body 20 times
for (int i = 0; i < 20; i++) {
// Run the test body 100 times
for (int i = 0; i < 100; i++) {
// Create and open array in write mode
create_default_array_1d();
tiledb_array_t* array;
Expand Down

0 comments on commit 383dcf5

Please sign in to comment.