Skip to content

Commit

Permalink
wait 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Oct 13, 2023
1 parent 96450da commit 58bbace
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ public void before() {
} catch (SQLException e) {
throw new RuntimeException("Set config url failed", e);
}

try {
Thread.sleep(10_000);
} catch (InterruptedException e) {
LOG.error(e.toString());
}
}

@After
Expand Down

0 comments on commit 58bbace

Please sign in to comment.