Skip to content

Commit

Permalink
fix: fix testCustomDnsFail case.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii authored and zxkane committed Apr 6, 2023
1 parent f19752d commit 4a2973d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ public void testCustomDnsFail() throws Exception {
setHttpRequestTimeOut(15L);
ClickstreamAnalytics.flushEvents();
// wait for success
Thread.sleep(1000);
Thread.sleep(1500);
assertEquals(0, dbUtil.getTotalNumber());
}

Expand Down

0 comments on commit 4a2973d

Please sign in to comment.