Descriptionchild processes: wait 60 seconds before sending SIGALRM.
This code is run under --child-clean-exit, which is useful when
profiling Chrome to generate data for optimization. Currently 30 seconds
is not enough time for Chrome to write profile data upon exit on slower
ChromeOS machines. Profile data is around 11k files that are written one
one by one.
This CL increases the timeout to 60 seconds.
BUG=239059
TEST=Collected PGO data on ChromeOS machines with --child-clean-exit.
git cl try.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215059
Patch Set 1 #
Total comments: 2
Patch Set 2 : Moved comment. #
Total comments: 2
Patch Set 3 : Added braces. #Patch Set 4 : Switched period and paren. #Messages
Total messages: 15 (0 generated)
|