File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
dubbo-config/dubbo-config-api/src/test/java/com/alibaba/dubbo/config Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 66 - oraclejdk8
77 - openjdk7
88
9+ cache :
10+ directories :
11+ - ' $HOME/.m2/repository'
12+
13+ install :
14+ - ./mvnw clean install -DskipTests=true -Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true
15+
916script :
10- - travis_wait 30 ./mvnw clean package
17+ - travis_wait 30 ./mvnw test
1118
1219after_success :
1320 - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ public void testWait() throws Exception {
6969 registry .setWait (10 );
7070 assertThat (registry .getWait (), is (10 ));
7171 assertThat (System .getProperty (Constants .SHUTDOWN_WAIT_KEY ), equalTo ("10" ));
72+ System .clearProperty (Constants .SHUTDOWN_WAIT_KEY );
7273 }
7374
7475 @ Test
You can’t perform that action at this time.
0 commit comments