Skip to content

Commit

Permalink
(fix) Chinese to English (#233)
Browse files Browse the repository at this point in the history
* (fix) cn to en

* (fix) typo

* (fix) rm invalid option
  • Loading branch information
fengjiachun committed Aug 11, 2019
1 parent 6e5ea23 commit ee952a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -182,7 +182,7 @@ public void chaosSplittingTest() {
throw new RuntimeException(st.toString());
}

// 等待写入全部完成
// wait for all writes finished
for (final Future<?> f : allFutures) {
f.get(30, TimeUnit.SECONDS);
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -338,7 +338,7 @@
<inherited>true</inherited>
<configuration>
<!-- jacoco coveraage -->
<argLine>-Xmx2048m -XX:PermSize=512m ${coverageAgent}</argLine>
<argLine>-Xmx2048m -XX:MetaspaceSize=512m -XX:MaxMetaspaceSize=512m ${coverageAgent}</argLine>
<includes>
<include>**/*Test.java</include>
<include>**/*TestSuite*.java</include>
Expand Down

0 comments on commit ee952a4

Please sign in to comment.