Skip to content

Commit f2cfd5a

Browse files
author
吴就业
committed
修改单元测试
1 parent f30a6f9 commit f2cfd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/wujiuye/flow/FlowTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static void main(String[] args) throws InterruptedException {
5555
}
5656
System.out.println("======================================================");
5757
try {
58-
Thread.sleep(1000 * 60);
58+
Thread.sleep(1000 * 10);
5959
} catch (InterruptedException e) {
6060
e.printStackTrace();
6161
}

0 commit comments

Comments
 (0)