summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Abel <info@abel-ikt.de>2022-04-25 09:59:46 +0200
committerMichael Abel <info@abel-ikt.de>2022-04-25 09:59:46 +0200
commitae6f653da612f1eb3d18e4ca77dd754c953128a9 (patch)
tree5cc458b0e0af877c46285c3d2f90883e17219116 /tests
parent3e4a00706901bafca15f10ca70e1dbd8c61fadda (diff)
Allow more time for the SmartREST smoketest
This test runs slower at mytic beasts
Diffstat (limited to 'tests')
-rw-r--r--tests/PySys/smoketests/smoketest_smartrest_400_samples_1Xms/run.py4
-rw-r--r--tests/PySys/smoketests/smoketest_smartrest_400_samples_20ms/run.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/PySys/smoketests/smoketest_smartrest_400_samples_1Xms/run.py b/tests/PySys/smoketests/smoketest_smartrest_400_samples_1Xms/run.py
index 2defdce6..18b2c969 100644
--- a/tests/PySys/smoketests/smoketest_smartrest_400_samples_1Xms/run.py
+++ b/tests/PySys/smoketests/smoketest_smartrest_400_samples_1Xms/run.py
@@ -20,7 +20,7 @@ TODO : Further investigation necessary
class SmoketestSmartRest400Samples1Xms(Environment_roundtrip_c8y):
def setup(self):
super().setup()
- self.samples = "400"
+ self.samples = "200"
self.delay = "15"
- self.timeslot = "60" # Temporarily increased to run at mythic beasts
+ self.timeslot = "40" # Temporarily increased to run at mythic beasts
self.style = "REST"
diff --git a/tests/PySys/smoketests/smoketest_smartrest_400_samples_20ms/run.py b/tests/PySys/smoketests/smoketest_smartrest_400_samples_20ms/run.py
index e25f6525..f9788f83 100644
--- a/tests/PySys/smoketests/smoketest_smartrest_400_samples_20ms/run.py
+++ b/tests/PySys/smoketests/smoketest_smartrest_400_samples_20ms/run.py
@@ -16,7 +16,7 @@ Then we validate the data from C8y
class SmoketestSmartRest400Samples20ms(Environment_roundtrip_c8y):
def setup(self):
super().setup()
- self.samples = "400"
+ self.samples = "200"
self.delay = "20"
- self.timeslot = "55" # Temporarily increased to run at mythic beasts
+ self.timeslot = "40" # Temporarily increased to run at mythic beasts
self.style = "REST"