We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2c13d commit 82ee4efCopy full SHA for 82ee4ef
src/test/lib/TestConnection.cpp
@@ -263,7 +263,7 @@ TestConnection::ForceKeyUpdate()
263
0,
264
nullptr);
265
266
- } while (Status == QUIC_STATUS_INVALID_STATE && ++Try <= 50);
+ } while (Status == QUIC_STATUS_INVALID_STATE && ++Try <= 20);
267
268
return Status;
269
}
@@ -291,7 +291,7 @@ TestConnection::ForceCidUpdate()
291
292
293
294
295
296
297
0 commit comments