Skip to content

Commit

Permalink
Longer RCS suite timeout due to slow keystore (elastic#117157)
Browse files Browse the repository at this point in the history
Rather than muting the suite and losing signal, bump the suite timeout to account for very slow keystore operations.

We should follow this up with performance improvements around keystore setup in tests.

Closes: elastic#116883
  • Loading branch information
n1v0lg committed Nov 20, 2024
1 parent 6f3d152 commit 3de53b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
import static org.hamcrest.Matchers.nullValue;

// account for slow stored secure settings updates (involves removing and re-creating the keystore)
@TimeoutSuite(millis = 10 * TimeUnits.MINUTE)
@TimeoutSuite(millis = 20 * TimeUnits.MINUTE)
public class RemoteClusterSecurityReloadCredentialsRestIT extends AbstractRemoteClusterSecurityTestCase {

private static final MutableSettingsProvider keystoreSettings = new MutableSettingsProvider();
Expand Down

0 comments on commit 3de53b3

Please sign in to comment.