mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
Bug 594263: Bump up timeout to try to make orange go away. r=sdwilsh a=t
This commit is contained in:
parent
fbfc5f0ad6
commit
227698aa53
@ -296,7 +296,7 @@ bool
|
||||
CheckForDeadlock(const char* test, const char* const* findTokens)
|
||||
{
|
||||
Subprocess proc(test);
|
||||
proc.RunToCompletion(1000);
|
||||
proc.RunToCompletion(5000);
|
||||
|
||||
if (0 == proc.mExitCode)
|
||||
return false;
|
||||
|
@ -258,7 +258,7 @@ bool
|
||||
CheckForDeadlock(const char* test, const char* const* findTokens)
|
||||
{
|
||||
Subprocess proc(test);
|
||||
proc.RunToCompletion(1000);
|
||||
proc.RunToCompletion(5000);
|
||||
|
||||
if (0 == proc.mExitCode)
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user