| Index: build/android/pylib/utils/flakiness_dashboard_results_uploader.py | 
| diff --git a/build/android/pylib/utils/flakiness_dashboard_results_uploader.py b/build/android/pylib/utils/flakiness_dashboard_results_uploader.py | 
| index 246c83bf178521a230999cc894f4d52878efe0bc..ff286b6349a5b78f27abdbcda26e1e45618b0f83 100644 | 
| --- a/build/android/pylib/utils/flakiness_dashboard_results_uploader.py | 
| +++ b/build/android/pylib/utils/flakiness_dashboard_results_uploader.py | 
| @@ -131,7 +131,7 @@ class ResultsUploader(object): | 
| test_result = json_results_generator.TestResult( | 
| test=single_test_result.GetName(), | 
| failed=failed, | 
| -            elapsed_time=single_test_result.GetDur() / 1000) | 
| +            elapsed_time=single_test_result.GetDuration() / 1000) | 
| # The WebKit TestResult object sets the modifier it based on test name. | 
| # Since we don't use the same test naming convention as WebKit the | 
| # modifier will be wrong, so we need to overwrite it. | 
|  |