Skip to content

Commit

Permalink
Merge pull request #12903 from gsmet/higher-timeout
Browse files Browse the repository at this point in the history
Set a higher timeout in BasicRestProjectGeneratorTest
  • Loading branch information
gsmet authored Oct 23, 2020
2 parents deb50d5 + 643ec0d commit e3cd84b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void setUp() {
}

@Test
@Timeout(2)
@Timeout(5)
@DisplayName("Should generate correctly multiple times in parallel with multiple threads")
void generateMultipleTimes() throws InterruptedException {
final ExecutorService executorService = Executors.newFixedThreadPool(4);
Expand Down

0 comments on commit e3cd84b

Please sign in to comment.