Skip to content

Commit

Permalink
Extend delay of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenneaux committed Jan 9, 2024
1 parent 69afff3 commit c1821a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ void testConcurrent() throws Exception {
}

@Test
@Timeout(60)
@Timeout(90)
void testConcurrentHttp1() throws Exception {
testConcurrent(new ClientConfig());
}
Expand Down

0 comments on commit c1821a2

Please sign in to comment.