Skip to content

Commit 3b3ae1f

Browse files
committed
Bump timeout to give slow clusters more time
1 parent 3eb5b68 commit 3b3ae1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/EsqlAsyncTestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public static void waitForCluster(Client client, String clusterName, String asyn
9898
}
9999
assertThat(clusterInfo.getStatus(), not(equalTo(EsqlExecutionInfo.Cluster.Status.RUNNING)));
100100
}
101-
});
101+
}, 20, TimeUnit.SECONDS);
102102
}
103103

104104
public static EsqlQueryResponse runAsyncQuery(Client client, EsqlQueryRequest request) {

0 commit comments

Comments
 (0)