Commit dc87b77e authored by Ivan Tyagov's avatar Ivan Tyagov

Make test a bit more longer and try with less wait between checks by default.

parent 7e5c87ea
......@@ -12,11 +12,11 @@ def main():
parser = argparse.ArgumentParser()
parser.add_argument('--iterations', \
type = int, \
default = 10, \
default = 100, \
help='number of iterations to check')
parser.add_argument('--timeout', \
type = int, \
default = 2, \
default = 1, \
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