Skip to content

Commit 94ca1cc

Browse files
authored
Increase timeout for FrozenExistenceDeciderIT#testZeroToOne (#92988)
We increased the timeout from 10s to 30s in #90108 it was not enough, There were 5 failures over the 8100 latest builds.
1 parent 834c444 commit 94ca1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/autoscaling/src/internalClusterTest/java/org/elasticsearch/xpack/autoscaling/existence/FrozenExistenceDeciderIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public void testZeroToOne() throws Exception {
131131
String[] indices = indices();
132132
assertThat(indices, arrayContaining(PARTIAL_INDEX_NAME));
133133
assertThat(indices, not(arrayContaining(INDEX_NAME)));
134-
}, 30, TimeUnit.SECONDS);
134+
}, 60, TimeUnit.SECONDS);
135135
ensureGreen();
136136
}
137137

0 commit comments

Comments
 (0)