Skip to content

Commit 88c0ecb

Browse files
committed
Fix some windows tests
1 parent 81f3166 commit 88c0ecb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/src/unit-sparse-global-order-reader.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -789,9 +789,9 @@ TEST_CASE_METHOD(
789789
write_1d_fragment(coords, &coords_size, data, &data_size);
790790
}
791791

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

@@ -1312,9 +1312,9 @@ TEST_CASE_METHOD(
13121312
write_1d_fragment(coords, &coords_size, data, &data_size);
13131313
}
13141314

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

0 commit comments

Comments
 (0)