dub
dub copied to clipboard
Dustmite Run Program Execution Timeout
I'm missing a way to specify a timeout for the program when doing dub dustmite.
Preferrably using --program-time=TIMEOUT.
I'd like to add this.
Alternative we could add a way to specify a prefix wrapper for DUB_RUN_BINARY that as a special case can run command using a timeout as
timeout N DUB_RUN_BINARY
.