You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[8.x] Longer RCS suite timeout due to slow keystore (#117157) (#117173)
* Longer RCS suite timeout due to slow keystore (#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: #116883
* Unmute
Copy file name to clipboardExpand all lines: x-pack/plugin/security/qa/multi-cluster/src/javaRestTest/java/org/elasticsearch/xpack/remotecluster/RemoteClusterSecurityReloadCredentialsRestIT.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@
42
42
importstaticorg.hamcrest.Matchers.nullValue;
43
43
44
44
// account for slow stored secure settings updates (involves removing and re-creating the keystore)
0 commit comments