mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
22.22.2009 01642e8a0ae2dc6307605c0b1ec7513930265298
Increase the default timeout to wait till the file is deleted.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/tools/WaitForFileDelete.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/WaitForFileDelete.java
@@ -158,7 +158,7 @@
      timeout = new IntegerArgument("timeout", 't', "timeout", true, false,
                                    true, INFO_SECONDS_PLACEHOLDER.get(), 60,
                                    true, INFO_SECONDS_PLACEHOLDER.get(), 200,
                                    null, true, 0, false,
                                    0, INFO_WAIT4DEL_DESCRIPTION_TIMEOUT.get());
      argParser.addArgument(timeout);