Temporary extension of the timeout for Objective-C

object diagnostic expressions while we work on the
logic for handling the timeout.

llvm-svn: 118873
This commit is contained in:
Sean Callanan 2010-11-12 01:49:03 +00:00
parent 6f86aa630f
commit c126acc1a9
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ AppleObjCRuntime::GetObjectDescription (Stream &str, Value &value, ExecutionCont
bool stop_others = true;
ClangFunction::ExecutionResults results
= func.ExecuteFunction(exe_ctx, &wrapper_struct_addr, error_stream, stop_others, 1000, try_all_threads, unwind_on_error, ret);
= func.ExecuteFunction(exe_ctx, &wrapper_struct_addr, error_stream, stop_others, 1000000, try_all_threads, unwind_on_error, ret);
if (results != ClangFunction::eExecutionCompleted)
{
str.Printf("Error evaluating Print Object function: %d.\n", results);