Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: ipc/ipc_send_fds_test.cc

Issue 1127913002: Change kMaxDescriptorsPerMessage back to 7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/ipc_message_attachment_set.h ('k') | ppapi/tests/extensions/packaged_app/test_packaged_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_send_fds_test.cc
diff --git a/ipc/ipc_send_fds_test.cc b/ipc/ipc_send_fds_test.cc
index c681672457a614e474e9c0c7db75279f1f4d5bdc..2e05e03caf6e79e8aee670c35b8f42f44d2c9b94 100644
--- a/ipc/ipc_send_fds_test.cc
+++ b/ipc/ipc_send_fds_test.cc
@@ -33,8 +33,8 @@ extern "C" {
namespace {
-const unsigned kNumFDsToSend = 128; // per message
-const unsigned kNumMessages = 3;
+const unsigned kNumFDsToSend = 7; // per message
+const unsigned kNumMessages = 20;
const char* kDevZeroPath = "/dev/zero";
#if defined(OS_POSIX)
« no previous file with comments | « ipc/ipc_message_attachment_set.h ('k') | ppapi/tests/extensions/packaged_app/test_packaged_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698