Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/test/java/io/deephaven/csv/CsvReaderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void bug48() {
* bug exists, the library hangs (and this test times out). When the bug is fixed, the test succeeds.
*/
@Test
@Timeout(value = 30)
@Timeout(value = 90)
public void bug52() throws CsvReaderException {
final int numRows = 50_000_000;
final RepeatingInputStream inputStream =
Expand Down