diff --git a/manifests/python.yml b/manifests/python.yml index ddcdff86a70..caa0632fd54 100644 --- a/manifests/python.yml +++ b/manifests/python.yml @@ -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: diff --git a/utils/_context/_scenarios/endtoend.py b/utils/_context/_scenarios/endtoend.py index b0514d32dec..d48098d7e8d 100644 --- a/utils/_context/_scenarios/endtoend.py +++ b/utils/_context/_scenarios/endtoend.py @@ -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: