Skip to content

Commit

Permalink
change timeout value in cluster test
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ Zhang committed Jun 28, 2024
1 parent d03472d commit 5742927
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ public void waitTest() {
// setup
String key = UUID.randomUUID().toString();
long numreplicas = 1L;
long timeout = 1000L;
long timeout = 5000L;
ClusterTransaction transaction = new ClusterTransaction();

transaction.set(key, "value").wait(numreplicas, timeout);
Expand Down

0 comments on commit 5742927

Please sign in to comment.