File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
x-pack/qa/full-cluster-restart/src/test/java/org/elasticsearch/xpack/restart Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ public void testWatcherWithApiKey() throws Exception {
244
244
final Map <String , Object > getWatchStatusResponse = entityAsMap (client ().performRequest (getWatchStatusRequest ));
245
245
final Map <String , Object > status = (Map <String , Object >) getWatchStatusResponse .get ("status" );
246
246
assertEquals ("executed" , status .get ("execution_state" ));
247
- });
247
+ }, 30 , TimeUnit . SECONDS );
248
248
249
249
} else {
250
250
logger .info ("testing against {}" , getOldClusterVersion ());
@@ -280,7 +280,7 @@ public void testWatcherWithApiKey() throws Exception {
280
280
versionIncreased .get () && executed .get (),
281
281
is (true )
282
282
);
283
- });
283
+ }, 30 , TimeUnit . SECONDS );
284
284
} finally {
285
285
stopWatcher ();
286
286
}
You can’t perform that action at this time.
0 commit comments