Skip to content

Commit

Permalink
optimize: update default timeout to 1 min
Browse files Browse the repository at this point in the history
  • Loading branch information
ptyin committed Nov 7, 2023
1 parent 237b3c3 commit 740b380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/test/java/io/seata/common/LockAndCallback.java
Expand Up @@ -32,7 +32,7 @@ public class LockAndCallback {
private final Lock lock;
private final Condition notFinished;
private final AsyncCallback callback;
private final static long DEFAULT_TIMEOUT = 5 * 60000;
private final static long DEFAULT_TIMEOUT = 60000;
private String result;

public LockAndCallback() {
Expand Down

0 comments on commit 740b380

Please sign in to comment.