Skip to content

Commit

Permalink
reduce timeout
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 Nov 21, 2022
1 parent 905937e commit d59bc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/networkservice/chains/nsmgrproxy/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ func (c *passThroughClient) Close(ctx context.Context, conn *networkservice.Conn
// nse1 -> nsmgr1 -> forwarder1 -> nsmg1 -> nsmgr-proxy1 -> nsmgr-proxy0 -> nsmgr0 -> forwarder0 -> nsmgr0 -> nse0

func Test_Interdomain_PassThroughUsecase(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), time.Second*50)
ctx, cancel := context.WithTimeout(context.Background(), time.Second*5)
defer cancel()

const clusterCount = 5
Expand Down

0 comments on commit d59bc5a

Please sign in to comment.