Skip to content

Commit

Permalink
test ci exception
Browse files Browse the repository at this point in the history
  • Loading branch information
xujingfeng committed Dec 27, 2018
1 parent ac49a7d commit 3c0126d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -65,6 +65,7 @@ public void testMonitorFactoryCache() throws Exception {
URL url = URL.valueOf("dubbo://" + NetUtils.getLocalAddress().getHostAddress() + ":2233");
Monitor monitor1 = monitorFactory.getMonitor(url);
Monitor monitor2 = monitorFactory.getMonitor(url);

if (monitor1 == null || monitor2 == null) {
Thread.sleep(2000);
monitor1 = monitorFactory.getMonitor(url);
Expand Down

0 comments on commit 3c0126d

Please sign in to comment.