Skip to content

Commit

Permalink
PaxeStackClusterTest works
Browse files Browse the repository at this point in the history
  • Loading branch information
simbo1905 committed Jan 12, 2025
1 parent f033a4f commit 6d418d2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ void testStackOperations() throws Exception {
StackService.Response response = future.get(TEST_TIMEOUT.toMillis(), TimeUnit.MILLISECONDS);
assertEquals(Optional.empty(), response.value());

// Let consensus complete
Thread.sleep(1);

// Push "world"
future = new CompletableFuture<>();
app1.submitValue(new StackService.Push("world"), future);
Expand Down

0 comments on commit 6d418d2

Please sign in to comment.