OSDN Git Service

Increase kDumpWaitTimeout 10x for target builds
authorMathieu Chartier <mathieuc@google.com>
Mon, 7 Mar 2016 19:59:01 +0000 (11:59 -0800)
committerMathieu Chartier <mathieuc@google.com>
Mon, 7 Mar 2016 20:13:58 +0000 (12:13 -0800)
commit74bdab0b14c592053ff71654ab51a0f116114a42
tree77261b50bc5dff225efd82ee7a8b5f4d70d4196b
parent0738bffaf6983f998733e3211072b3ba792fd42b
Increase kDumpWaitTimeout 10x for target builds

New timeout is 100s, the old one was occasionally hit by overloaded
device. This caused a confusing crash in the barrier destructor
since not all the threads had went through the barrier yet.

Bug: 27334917
Change-Id: I5bcdaa39cfc104f3555f62b6117b417c8bf36e7a
runtime/thread_list.cc