We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30a6f9 commit f2cfd5aCopy full SHA for f2cfd5a
src/test/java/com/wujiuye/flow/FlowTest.java
@@ -55,7 +55,7 @@ public static void main(String[] args) throws InterruptedException {
55
}
56
System.out.println("======================================================");
57
try {
58
- Thread.sleep(1000 * 60);
+ Thread.sleep(1000 * 10);
59
} catch (InterruptedException e) {
60
e.printStackTrace();
61
0 commit comments