Skip to content

Commit

Permalink
Simulate long operation of FileUtils.waitFor putting the thread to sl…
Browse files Browse the repository at this point in the history
…eep for 6000 ms

This refer to #2346
  • Loading branch information
gvagenas committed Jul 14, 2017
1 parent 0c8560e commit dbe273a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -125,7 +125,7 @@ public URI uploadFile(final String fileToUpload) {
if (logger.isInfoEnabled()) {
logger.info("Will thread sleep for 1 minute simulating the long operation of FileUtils.waitFor");
}
Thread.sleep(60000);
Thread.sleep(6000);
} catch (Exception e) {
logger.error("Exception while sleepig simulating the long operation waiting for the file");

Expand Down

0 comments on commit dbe273a

Please sign in to comment.