Skip to content

Commit

Permalink
Fix Flaky Test PersistentTasksExecutorFullRestartIT.testFullClusterRe…
Browse files Browse the repository at this point in the history
…start
  • Loading branch information
Pranshu-S committed Apr 21, 2024
1 parent b4692c8 commit 1c3e128
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 1c3e128

Please sign in to comment.