Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
The macos package CI, specifically patch 1, sometimes times out after 60 minutes when running "Test selected Nimble packages". Pretty sure this happens even before any Nimble packages are tested, the output stops after "Package list downloaded."
Ok it seems like the package CI outputs all of the individual package test output once at the end, so this is not some other problem than a package timing out
Description
The macos package CI, specifically patch 1, sometimes times out after 60 minutes when running "Test selected Nimble packages". Pretty sure this happens even before any Nimble packages are tested, the output stops after "Package list downloaded."
Example logs from a run that failed:
Example logs from a run that passed:
(I thought the times did not add up correctly but they do)
Nim Version
devel
Current Output
No response
Expected Output
No response
Possible Solution
No response
Additional Information
No response