Skip to content

Commit

Permalink
relax testTransactionNoDelay timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Sep 9, 2024
1 parent 46a3871 commit 976a848
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void testTransactionNoDelay() {
ctx.put("DELAY-0", 50L);
ctx.put("DELAY-1", 50L);
sp.out(QUEUE_DELAY, ctx);
String rc = ctx.get("RC", 5000L);
String rc = ctx.get("RC", 10000L);
assertEquals("00", rc);
}

Expand Down

0 comments on commit 976a848

Please sign in to comment.