Commit 43e91096 authored by Ivan Tyagov's avatar Ivan Tyagov

Tests are running on a pretty much loaded machine where

CPU load can spike significantly thus it is unpredictable the timeout.
To be on safe side and avoid false positives increase timeout.
parent ea01a055
......@@ -64,7 +64,7 @@ class BeremizTest(e2e.EndToEndTestCase):
def test_plc_increment_run(self):
NUMBER_OF_CHECKS = 100
TIMEOUT = 2
TIMEOUT = 3
OPC_UA_IDENTIFIER = "ns=1;s=i2c0.relay0"
# give it some time for services(runtime & coupler) to warm up, connect and run
......
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