commit | ecf749772661798fa1c0089d7a34c3422352b4d3 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad@opennetworking.org> | Wed Apr 10 16:47:39 2019 -0700 |
committer | Shad Ansari <shad@opennetworking.org> | Fri May 17 05:46:55 2019 +0000 |
tree | 6f3100f3fd76190bbe49096c2ed126943015f0b2 | |
parent | 42392a731ae87185182f87463d0eae38901bbd2e [diff] |
Increase ofagent's grpc timeout Change-Id: I1f0b9fb81244e4fce3b1c20b7c2c5e97c1d063a8
diff --git a/ofagent/main.py b/ofagent/main.py index 144a0ad..371d26a 100755 --- a/ofagent/main.py +++ b/ofagent/main.py
@@ -218,7 +218,7 @@ # May want to specify the gRPC timeout as an arg (in future) # Right now, set a default value - self.grpc_timeout = 10 + self.grpc_timeout = 120 verbosity_adjust = (args.verbose or 0) - (args.quiet or 0) self.log = setup_logging(self.logconfig,