mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-24 00:09:07 +01:00
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:
@@ -55,7 +55,7 @@ class ReleaseFeedParserTest {
|
||||
|
||||
@BeforeEach
|
||||
void createSut() {
|
||||
releaseFeedParser = new ReleaseFeedParser(client, 100);
|
||||
releaseFeedParser = new ReleaseFeedParser(client, 500);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user