Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
itboy87 committed Nov 23, 2023
1 parent c1849be commit ca9d6ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ class HtmlParserTest {

// Assert
assertEquals(50000, doc.body().childNodeSize())
assertTrue(System.currentTimeMillis() - start < 1000)
assertTrue(System.currentTimeMillis() - start < 3000)
}

@Test
Expand Down

0 comments on commit ca9d6ff

Please sign in to comment.