disable "remove" button when the selected vault is unlocked [ci skip]

This commit is contained in:
Sebastian Stenzel
2016-03-02 11:12:04 +01:00
parent 31c92bd4a2
commit 164a0c6901
3 changed files with 23 additions and 39 deletions
@@ -90,7 +90,7 @@ final class MacOsXWebDavMounter implements WebDavMounterStrategy {
public void reveal() throws CommandFailedException {
try {
Process proc = revealCommand.start();
waitForProcessAndCheckSuccess(proc, 1, TimeUnit.SECONDS);
waitForProcessAndCheckSuccess(proc, 2, TimeUnit.SECONDS);
} catch (IOException e) {
throw new CommandFailedException(e);
}