Skip to content

Commit

Permalink
chore: change timeout to 2500
Browse files Browse the repository at this point in the history
  • Loading branch information
areyouok committed Jun 24, 2024
1 parent a0562e5 commit fce07b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public void test(int threadIndex, long startTime, int state) {
try {
int k = Integer.reverse((int) startTime);
k = Math.abs(k % KEYS);
final DtTime timeout = new DtTime(800, TimeUnit.MILLISECONDS);
final DtTime timeout = new DtTime(2500, TimeUnit.MILLISECONDS);
CompletableFuture<Void> f = clients[threadIndex].put(GROUP_ID, String.valueOf(k), DATA, timeout);

if (SYNC) {
Expand Down

0 comments on commit fce07b0

Please sign in to comment.