Skip to content

Commit

Permalink
change iter count again
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Feb 22, 2022
1 parent fcc66a8 commit c29242a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/networkservice/chains/nsmgr/forwarder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func testForwarderShouldBeSelectedCorrectlyOnNSMgrRestart(t *testing.T, nodeNum,
require.Equal(t, pathSegmentCount, len(conn.Path.PathSegments))
require.Equal(t, expectedForwarderName, conn.GetPath().GetPathSegments()[2].Name)

for i := 0; i < 2; i++ {
for i := 0; i < 4; i++ {
request.Connection = conn.Clone()
conn, err = nsc.Request(ctx, request.Clone())
require.NoError(t, err)
Expand Down

0 comments on commit c29242a

Please sign in to comment.