Commit 66e22e12 authored by Ivan Tyagov's avatar Ivan Tyagov

By default runtime tics in miliseconds, no need to wait for 5s as everything...

By default runtime tics in miliseconds, no need to wait for 5s as everything is usually much faster.
parent da03651d
......@@ -16,7 +16,7 @@ def main():
help='number of iterations to check')
parser.add_argument('--timeout', \
type = int, \
default = 5, \
default = 2, \
help='seconds to wait between checks')
parser.add_argument('--opc-ua-server', \
type = str, \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment