summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sploit/comm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sploit/comm.py b/sploit/comm.py
index 265ab96..b373762 100644
--- a/sploit/comm.py
+++ b/sploit/comm.py
@@ -12,7 +12,7 @@ class Comm:
logonwrite = False
flushonwrite = True
readonwrite = False
- timeout = 0.25 # seconds
+ timeout = 250 # milliseconds
def __init__(self, backend):
self.back = backend