We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cc152 commit ad68ef0Copy full SHA for ad68ef0
CHANGES.md
@@ -1,4 +1,4 @@
1
-3.20.0~alpha0 (2025-07-28)
+3.20.0~alpha1 (2025-07-29)
2
--------------------------
3
4
### Fixed
@@ -54,6 +54,10 @@
54
- Add `--alias` and `--alias-rec` flags as an alternative to the `@@` and `@`
55
syntax in the command line (#12043, fixes #5775, @rgrinberg)
56
57
+- Added a `(timeout <float>)` field to the `(cram)` stanza to specify per-test
58
+ time limits. Tests exceeding the timeout are terminated with an error.
59
+ (#12041, @Alizter)
60
+
61
### Changed
62
63
- Format long lists in s-expressions to fill the line instead of
doc/changes/12041.md
0 commit comments