diff --git a/adb/sysdeps_test.cpp b/adb/sysdeps_test.cpp index f0c334ef2..fde344abf 100644 --- a/adb/sysdeps_test.cpp +++ b/adb/sysdeps_test.cpp @@ -218,7 +218,7 @@ TEST_F(sysdeps_poll, disconnect) { TEST_F(sysdeps_poll, fd_count) { // https://code.google.com/p/android/issues/detail?id=12141 - static constexpr int num_sockets = 512; + static constexpr int num_sockets = 256; std::vector sockets; std::vector pfds; sockets.resize(num_sockets * 2);