Skip to content

Commit

Permalink
Bump execution threshold for perf tests (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-turbaszek committed Jul 31, 2024
1 parent b32724c commit 6139fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import pytest

SAMPLE_AMOUNT = 20
EXECUTION_TIME_THRESHOLD = 1.4
EXECUTION_TIME_THRESHOLD = 2 # seconds


@pytest.mark.performance
Expand Down

0 comments on commit 6139fff

Please sign in to comment.