Skip to content

Commit

Permalink
test: increase operation timeout to prevent flaky failures (#1195)
Browse files Browse the repository at this point in the history
Fixes #1148
  • Loading branch information
olavloite committed May 19, 2021
1 parent 78e6784 commit d384d3f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@
@RunWith(JUnit4.class)
public class ITPitrUpdateDatabaseTest {

private static final Duration OPERATION_TIMEOUT = Duration.ofMinutes(2);
private static final Duration OPERATION_TIMEOUT = Duration.ofMinutes(5);
private static final String VERSION_RETENTION_PERIOD = "7d";

@ClassRule public static IntegrationTestEnv env = new IntegrationTestEnv();
Expand Down

0 comments on commit d384d3f

Please sign in to comment.