Skip to content

Commit

Permalink
add comment for timeout increase
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubramanianaks committed Jul 7, 2023
1 parent 2dc9d24 commit bb5b72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/IP/IPManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ private void RemoveRoutingRules(CancellationToken cancellationToken, IPAddress[]
command: args,
logCallback: (line) => _log.Info(line),
envVariables: null,
timeout: TimeSpan.FromSeconds(60),
timeout: TimeSpan.FromSeconds(60), // increasing the timeout to match with iptables --wait time.
cancellationToken: cancellationToken,
out string output);

Expand Down

0 comments on commit bb5b72b

Please sign in to comment.