Skip to content

Commit 3de53b3

Browse files
committed
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 6f3d152 commit 3de53b3

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

+1-1
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)