Skip to content

Commit

Permalink
increase truncate timeout for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Apr 5, 2024
1 parent bb7363f commit 499bcf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void TruncateEntireNSWithNoCutoff() throws Exception {

mockMVC.perform(delete(testEndpoint + "test")).andExpect(status().isAccepted());

Thread.sleep(5000);
Thread.sleep(8000);
boolean stillExists = false;
for (Key key : preCutoffKeys) {
Record record = client.get(null, key);
Expand Down

0 comments on commit 499bcf3

Please sign in to comment.