Skip to content

Commit

Permalink
Fix Flaky Test PersistentTasksExecutorFullRestartIT.testFullClusterRe…
Browse files Browse the repository at this point in the history
…start (#13350) (#13371)

(cherry picked from commit c055a3d)

Signed-off-by: Pranshu Shukla <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 1d360ce commit 88b21a9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import java.util.concurrent.TimeUnit;

import static org.hamcrest.Matchers.empty;
import static org.hamcrest.Matchers.equalTo;
Expand Down Expand Up @@ -129,7 +130,7 @@ public void testFullClusterRestart() throws Exception {
.custom(PersistentTasksCustomMetadata.TYPE)).tasks(),
empty()
);
});
}, 20, TimeUnit.SECONDS);

}
}

0 comments on commit 88b21a9

Please sign in to comment.