Index: unittests/stdlib_test.py |
diff --git a/unittests/stdlib_test.py b/unittests/stdlib_test.py |
index c7f5bd7ecc763f417c8b12d18a95e2e6a580892c..f5679ce2e68a343c963dfcfd9c94ff62766bd5ed 100755 |
--- a/unittests/stdlib_test.py |
+++ b/unittests/stdlib_test.py |
@@ -13,5 +13,5 @@ def recipes_py(*args): |
'--package', os.path.join(ROOT_DIR, 'infra', 'config', 'recipes.cfg')] + |
list(args)) |
-recipes_py('simulation_test', '--threshold=90') |
+recipes_py('simulation_test', '--threshold=91') |
recipes_py('lint') |