tadayosi commented on issue #3715: URL: https://github.com/apache/camel-k/issues/3715#issuecomment-1281938562
As a simple workaround I just increased the build timeout from 30 to 40 mins with PR #3747: ``` 📦 github.com/apache/camel-k/e2e/namespace/native ✅ TestNativeBinding (33m55.87s) ✅ TestNativeBinding/kamelet_binding_with_native_build (32m3.04s) ✅ TestNativeBinding/warm_up_before_native_build_testing (1m38.2s) ✅ TestNativeIntegrations (34m14.21s) ✅ TestNativeIntegrations/automatic_rollout_deployment_from_fast-jar_to_native_kit (32m24.14s) ✅ TestNativeIntegrations/unsupported_integration_source_language (1.05s) ✅ TestNativeIntegrations/warm_up_before_native_build_testing (1m34.08s) ``` So apparently native builds take 28~35 mins on GitHub workflows. At this moment, probably relaxing the timeout is the only way we can do to mitigate the problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
