Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Oct 9, 2024
1 parent 096d23b commit cdeffe8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public void testListOnlineHosts() {
Process p = runtime.exec(cmd);
p.waitFor(5, TimeUnit.SECONDS);
ProcessUtil.printProcessStatus(cmd, p);
Thread.sleep(5000); // wait to update the storaged's status to OFFLINE
Thread.sleep(10000); // wait to update the storaged's status to OFFLINE
} catch (Exception e) {
LOGGER.error("stop docker service error, ", e);
assert (false);
Expand Down

0 comments on commit cdeffe8

Please sign in to comment.