mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 856129 - Increase RobocopUtils.runOnUIThreadSync timeout; r=cpeterson
This commit is contained in:
parent
418b52f2e4
commit
e60c41b9bd
@ -12,7 +12,7 @@ import java.util.concurrent.SynchronousQueue;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
public final class RobocopUtils {
|
||||
private static final int MAX_WAIT_MS = 3000;
|
||||
private static final int MAX_WAIT_MS = 20000;
|
||||
|
||||
private RobocopUtils() {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user