Showing
1 changed file
with
1 additions
and
1 deletions
@@ -99,7 +99,7 @@ public class GrassUserVirtualImpl implements IGrassVirtualService{ | @@ -99,7 +99,7 @@ public class GrassUserVirtualImpl implements IGrassVirtualService{ | ||
99 | List<GrassInBoxAddReq> reqlist = Lists.newArrayList(l); | 99 | List<GrassInBoxAddReq> reqlist = Lists.newArrayList(l); |
100 | sendMessage(reqlist); | 100 | sendMessage(reqlist); |
101 | try { | 101 | try { |
102 | - Thread.sleep(1000); | 102 | + Thread.sleep(3000); |
103 | } catch (InterruptedException e) { | 103 | } catch (InterruptedException e) { |
104 | e.printStackTrace(); | 104 | e.printStackTrace(); |
105 | } | 105 | } |
-
Please register or login to post a comment