Skip to content

Commit

Permalink
adjust timeout test value
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch committed Feb 19, 2025
1 parent a7d9468 commit a0aa02d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@CustomLog
class TimeoutTest extends IntegrationTest {
private static final int MIN_TIME_SECONDS = 350;
private static final Map<Integer, Long> SERIES_SIZE = Map.of(1, 80000000000L, 2, 700000000000L);
private static final Map<Integer, Long> SERIES_SIZE = Map.of(1, 80000000000L, 2, 400000000000L);
private long startTime;

@BeforeEach
Expand Down

0 comments on commit a0aa02d

Please sign in to comment.