mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-08 03:49:38 +00:00
Increase the REST test timeout. (#28640)
By default we wait for 30 seconds for nodes to start. Looking at CI, even for passing builds, the startup time is frequently over 20 seconds (grep for `#wait (Thread[Task worker for ':',5,main]) completed` in any console log), which is close to the threshold. This commit sets a default timeout of 120 seconds instead, so that REST tests are less likely to hit a timeout.
This commit is contained in:
parent
bf6378e426
commit
db87294a00
@ -129,7 +129,7 @@ class ClusterConfiguration {
|
||||
* condition is executed.
|
||||
*/
|
||||
@Input
|
||||
int nodeStartupWaitSeconds = 30
|
||||
int nodeStartupWaitSeconds = 120
|
||||
|
||||
public ClusterConfiguration(Project project) {
|
||||
this.project = project
|
||||
|
Loading…
x
Reference in New Issue
Block a user