[fixit] MaxConnectionIdle: Increase idleness period to 2sec (#30632)

pull/30636/head
Yash Tibrewal 3 years ago committed by GitHub
parent dca225be95
commit 01b07e46e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/end2end/tests/max_connection_idle.cc

@ -34,7 +34,7 @@
#include "test/core/end2end/end2end_tests.h"
#include "test/core/util/test_config.h"
#define MAX_CONNECTION_IDLE_MS 500
#define MAX_CONNECTION_IDLE_MS 2000
#define MAX_CONNECTION_AGE_MS 9999
static void* tag(intptr_t t) { return reinterpret_cast<void*>(t); }

Loading…
Cancel
Save