Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion manifests/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,6 @@ manifest:
tests/test_protobuf.py: missing_feature
tests/test_resource_renaming.py::Test_Resource_Renaming_HTTP_Endpoint_Tag: v3.17.0
tests/test_resource_renaming.py::Test_Resource_Renaming_Stats_Aggregation_Keys: v3.17.0
tests/test_resource_renaming.py::Test_Resource_Renaming_Stats_Aggregation_Keys::test_stats_aggregation_with_method_and_endpoint: bug (APMSP-2359)
tests/test_rum_injection.py: irrelevant (RUM injection only supported for Java)
tests/test_sampling_rates.py::Test_SampleRateFunction:
- weblog_declaration:
Expand Down
2 changes: 1 addition & 1 deletion utils/_context/_scenarios/endtoend.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def configure(self, config: pytest.Config):
# possibly something weird on obfuscator, let increase the delay for now
self.library_interface_timeout = 10
elif library in ("python",):
self.library_interface_timeout = 5
self.library_interface_timeout = 10
else:
self.library_interface_timeout = 40
else:
Expand Down
Loading