diff --git a/pyFG/fortios.py b/pyFG/fortios.py index f5ea250..598767b 100644 --- a/pyFG/fortios.py +++ b/pyFG/fortios.py @@ -139,7 +139,7 @@ def execute_command(self, command): err_msg = 'Something happened when executing some commands on device' chan = self.ssh.get_transport().open_session() - chan.settimeout(5) + chan.settimeout(30) chan.exec_command(command)