Skip to content

Commit 4dc70bf

Browse files
n1v0lgalexey-ivanov-es
authored andcommitted
Longer RCS suite timeout due to slow keystore (elastic#117157)
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
1 parent e1a6739 commit 4dc70bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/security/qa/multi-cluster/src/javaRestTest/java/org/elasticsearch/xpack/remotecluster/RemoteClusterSecurityReloadCredentialsRestIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
import static org.hamcrest.Matchers.nullValue;
4343

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

4848
private static final MutableSettingsProvider keystoreSettings = new MutableSettingsProvider();

0 commit comments

Comments
 (0)