diff options
author | nfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 23:31:02 +0000 |
---|---|---|
committer | nfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 23:31:02 +0000 |
commit | 26fc4a6d975027d19ccb8a85d6ddc364c2fc3181 (patch) | |
tree | 5e252864253f8eb3bd8580c77140cee5c5c542d4 /ppapi/native_client | |
parent | f89fdab13152123f737dc84f5910362fa6569f7f (diff) | |
download | chromium_src-26fc4a6d975027d19ccb8a85d6ddc364c2fc3181.zip chromium_src-26fc4a6d975027d19ccb8a85d6ddc364c2fc3181.tar.gz chromium_src-26fc4a6d975027d19ccb8a85d6ddc364c2fc3181.tar.bz2 |
Back down the stress to reduce possible time-out on the bots.
note: the bug ref is for a different issue, but a CL in that
issue is the one that originally bumped the number of stress
test iterations.
BUG=http://code.google.com/p/chromium/issues/detail?id=120728
TEST=ppapi_ppb_image_data.cc
Review URL: http://codereview.chromium.org/10317025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135482 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/native_client')
-rw-r--r-- | ppapi/native_client/tests/ppapi_browser/ppb_image_data/ppapi_ppb_image_data.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/native_client/tests/ppapi_browser/ppb_image_data/ppapi_ppb_image_data.cc b/ppapi/native_client/tests/ppapi_browser/ppb_image_data/ppapi_ppb_image_data.cc index 2038085..870d2e0 100644 --- a/ppapi/native_client/tests/ppapi_browser/ppb_image_data/ppapi_ppb_image_data.cc +++ b/ppapi/native_client/tests/ppapi_browser/ppb_image_data/ppapi_ppb_image_data.cc @@ -48,7 +48,7 @@ const PP_Size kInvalidImageSize[] = { }; const int kNumInvalidImages = sizeof(kInvalidImageSize) / sizeof(PP_Size); const int kManyResources = 100; -const int kManyLargeResources = 1000; +const int kManyLargeResources = 500; union BogusFormat { int bogus; |