mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Change default timeout for ExecUtils
This commit is contained in:
parent
78315505c5
commit
afad4105d1
@ -32,8 +32,8 @@ import java.util.logging.Level;
|
||||
*/
|
||||
public final class ExecUtil {
|
||||
|
||||
private static final long DEFAULT_TIMEOUT = 1000;
|
||||
private static final TimeUnit DEFAULT_TIMEOUT_UNITS = TimeUnit.MILLISECONDS;
|
||||
private static final long DEFAULT_TIMEOUT = 5;
|
||||
private static final TimeUnit DEFAULT_TIMEOUT_UNITS = TimeUnit.SECONDS;
|
||||
|
||||
/**
|
||||
* The execute() methods do a wait with a timeout on the executing process
|
||||
|
Loading…
x
Reference in New Issue
Block a user