Skip to content

Commit

Permalink
increase shouldOverrideConnectionAndSocketTimeouts timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-akolodziejczyk committed Dec 11, 2024
1 parent bd47390 commit 5f2b9b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void shouldGetDefaultConnectionAndSocketTimeouts() {

/** Added in > 3.14.5 */
@Test
@Timeout(1)
@Timeout(2)
public void shouldOverrideConnectionAndSocketTimeouts() {
// it's hard to test connection timeout so there is only a test for socket timeout
HttpUtil.setConnectionTimeout(100);
Expand Down

0 comments on commit 5f2b9b8

Please sign in to comment.