about summary refs log tree commit diff
path: root/tests/timeout.nix
AgeCommit message (Collapse)AuthorFilesLines
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-1/+1
Relevant RFC: NixOS/rfcs#4 $ ag -l | xargs sed -i -e "/\"/s/’/'/g;/\"/s/‘/'/g"
2017-04-08 tests/timeout: create output so tests don't trivially passWill Dietz1-0/+3
Timeout tests rely on failed build to determine success, so make sure these derivations (silent in particular) don't fail regardless of timeout behavior.
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