From 26fc4a6d975027d19ccb8a85d6ddc364c2fc3181 Mon Sep 17 00:00:00 2001 From: "nfullagar@google.com" Date: Fri, 4 May 2012 23:31:02 +0000 Subject: 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 --- .../tests/ppapi_browser/ppb_image_data/ppapi_ppb_image_data.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ppapi/native_client') 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; -- cgit v1.1