BlueBrain / nmodl

Code Generation Framework For NEURON MODeling Language
https://bluebrain.github.io/nmodl/
Apache License 2.0
53 stars 15 forks source link

Extend time limit for azure ci. #1211

Closed 1uc closed 7 months ago

1uc commented 7 months ago

I've seen the same Azure pipeline fail with a timeout three times today. Either the runner we're getting are a bit slower or the new build-system is a little slower. We should bump to time-limit to avoid having to start over after 45 minutes.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.60%. Comparing base (b99ad62) to head (9466ab6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1211 +/- ## ======================================= Coverage 86.60% 86.60% ======================================= Files 175 175 Lines 13009 13009 ======================================= Hits 11266 11266 Misses 1743 1743 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bbpbuildbot commented 7 months ago

Logfiles from GitLab pipeline #199247 (:white_check_mark:) have been uploaded here!

Status and direct links:

JCGoran commented 7 months ago

For clarity, the build system is actually faster per Python version, it's just that after #1155 we've started building all of the Python wheels (3.8-3.12) instead of just the 3.11 one.