Skip to content

Commit

Permalink
Fix some windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ypatia committed Dec 18, 2024
1 parent 81f3166 commit 88c0ecb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/src/unit-sparse-global-order-reader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -789,9 +789,9 @@ TEST_CASE_METHOD(
write_1d_fragment(coords, &coords_size, data, &data_size);
}

// Two result tiles (2 * (~3890 + 8) will be bigger than the per fragment
// Two result tiles (2 * (~4500 + 8) will be bigger than the per fragment
// budget (3905).
total_budget_ = "71000";
total_budget_ = "82000";
ratio_coords_ = "0.11";
update_config();

Expand Down Expand Up @@ -1312,9 +1312,9 @@ TEST_CASE_METHOD(
write_1d_fragment(coords, &coords_size, data, &data_size);
}

// Two result tile (2 * (~4000 + 8) will be bigger than the per fragment
// Two result tile (2 * (~4500 + 8) will be bigger than the per fragment
// budget (1000).
total_budget_ = "40000";
total_budget_ = "45000";
ratio_coords_ = "0.22";
update_config();

Expand Down

0 comments on commit 88c0ecb

Please sign in to comment.