Skip to content

Commit

Permalink
raised default timeout when starting OOo to 2 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko.nasato committed Jun 5, 2010
1 parent 806a22b commit dcfabb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

class ManagedOfficeProcessSettings {

public static final long DEFAULT_RETRY_TIMEOUT = 30000L;
public static final long DEFAULT_RETRY_TIMEOUT = 120000L;
public static final long DEFAULT_RETRY_INTERVAL = 250L;

private final UnoUrl unoUrl;
Expand Down

0 comments on commit dcfabb6

Please sign in to comment.