about summary refs log tree commit diff
path: root/tests/timeout.nix
AgeCommit message (Collapse)AuthorFilesLines
2017-01-19 Kill builds when we get EOF on the log FDEelco Dolstra1-0/+8
This closes a long-time bug that allowed builds to hang Nix indefinitely (regardless of timeouts) simply by doing exec > /dev/null 2>&1; while true; do true; done Now, on EOF, we just send SIGKILL to the child to make sure it's really gone.
2017-01-19 Add a test for --max-silent-timeEelco Dolstra1-3/+17
2013-04-23 Show that --timeout doesn't work if the build produces log outputEelco Dolstra1-2/+0
2011-06-30 Add support for the `build-timeout' and `--timeout' options.Ludovic Courtès1-0/+8