Skip to content

Commit 222d284

Browse files
increase limit on parsing
1 parent b20466b commit 222d284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_perf/test_value_performance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_perf_repr(a: Value) -> str:
7474
return repr(a)
7575

7676

77-
@perf_goal(avg_nanos=600)
77+
@perf_goal(avg_nanos=800)
7878
def test_perf_parse_atom() -> Value:
7979
return Value(1, 'kilogram')
8080

0 commit comments

Comments
 (0)