Commit 591eec3d authored by csharrison's avatar csharrison Committed by Commit bot

Mac buildbots take 5-30 times longer to run these tests than the others,

give them the smaller upload progress job for now.

BUG=548819

Review URL: https://codereview.chromium.org/1416003008

Cr-Commit-Position: refs/heads/master@{#357171}
parent 4a49a218
......@@ -28,8 +28,10 @@ const char kRedirectPostPath[] = "/redirect";
// ThreadSanitizer is too slow to perform the full upload, so tests
// using that build get an easier test which might not show two distinct
// progress events. See crbug.com/526985.
#if defined(THREAD_SANITIZER)
// progress events. See crbug.com/526985. In addition, OSX buildbots have
// experienced slowdowns on this test (crbug.com/548819), give them the easier
// test too.
#if defined(THREAD_SANITIZER) || defined(OS_MACOSX)
const size_t kPayloadSize = 1062882; // 2*3^12
#else
const size_t kPayloadSize = 28697814; // 2*3^15
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment