Skip to content

Commit 972aa35

Browse files
CyberShadowthewilsonator
authored andcommitted
changelog: Add entry for dustmite --timeout option
Document the new --timeout option for the dub dustmite command, which adds a timeout in seconds for each oracle invocation to prevent the dustmite process from hanging indefinitely. The option requires the timeout command from coreutils to be available.
1 parent ea0a3eb commit 972aa35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

changelog/dustmite-timeout.dd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Added `--timeout` option to `dub dustmite` command.
2+
3+
Adds a timeout (in seconds) for each oracle invocation, preventing
4+
the dustmite process from hanging indefinitely when the test command
5+
does not terminate. Requires the `timeout` command to be available
6+
(coreutils on Linux/macOS).

0 commit comments

Comments
 (0)