Skip to content

Commit

Permalink
Reduce iteration of stress program ECMP routes
Browse files Browse the repository at this point in the history
Summary: As titled. Reduce the number of iterations such that it's within time bound.

Reviewed By: nivinl

Differential Revision: D68870678

fbshipit-source-id: b0dfd283d0bcb1ccd7357640a19ce70121ea07da
  • Loading branch information
Ron He authored and facebook-github-bot committed Jan 30, 2025
1 parent 6be5e52 commit 5fb4922
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ TEST_F(AgentVoqSwitchFullScaleDsfNodesTest, remoteAndLocalLoadBalance) {
TEST_F(AgentVoqSwitchFullScaleDsfNodesTest, stressProgramEcmpRoutes) {
auto kEcmpWidth = getMaxEcmpWidth();
const auto routeScale = 5;
const auto numIterations = 20;
const auto numIterations = 4;
auto setup = [&]() {
utility::setupRemoteIntfAndSysPorts(
getSw(),
Expand Down

0 comments on commit 5fb4922

Please sign in to comment.