diff --git a/tests/test_performance.py b/tests/test_performance.py index 854d45289..25526955d 100644 --- a/tests/test_performance.py +++ b/tests/test_performance.py @@ -18,7 +18,7 @@ import pytest SAMPLE_AMOUNT = 20 -EXECUTION_TIME_THRESHOLD = 1.4 +EXECUTION_TIME_THRESHOLD = 2 # seconds @pytest.mark.performance