Increase test to fix flappy test

CI fails from time to time in a way one gets, when the timeout is
reduced. So we increase the timeout here.
This commit is contained in:
René Pfeuffer
2020-09-30 10:26:29 +02:00
parent bc7d4ed9f6
commit fb3ba789ea

View File

@@ -55,7 +55,7 @@ class ReleaseFeedParserTest {
@BeforeEach
void createSut() {
releaseFeedParser = new ReleaseFeedParser(client, 100);
releaseFeedParser = new ReleaseFeedParser(client, 500);
}
@Test