Skip to content

Commit 82ee4ef

Browse files
authored
Revert Recent Large Retry (#5068)
1 parent ff2c13d commit 82ee4ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/lib/TestConnection.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ TestConnection::ForceKeyUpdate()
263263
0,
264264
nullptr);
265265

266-
} while (Status == QUIC_STATUS_INVALID_STATE && ++Try <= 50);
266+
} while (Status == QUIC_STATUS_INVALID_STATE && ++Try <= 20);
267267

268268
return Status;
269269
}
@@ -291,7 +291,7 @@ TestConnection::ForceCidUpdate()
291291
0,
292292
nullptr);
293293

294-
} while (Status == QUIC_STATUS_INVALID_STATE && ++Try <= 50);
294+
} while (Status == QUIC_STATUS_INVALID_STATE && ++Try <= 20);
295295

296296
return Status;
297297
}

0 commit comments

Comments
 (0)