windows tests: doc

pull/16/head
Astro 2019-04-22 00:08:36 +02:00
parent 35ddb4f5cf
commit fd8215b774
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# This runs `run-test.nix` with `nix-build`
{ pkgs ? import <nixpkgs> {},
diskImage ? "/opt/windows/c.img",
qemuMem ? "2G",

View File

@ -57,7 +57,7 @@ stdenv.mkDerivation {
${ssh "anaconda\\scripts\\activate ${condaEnv} && conda install artiq.tar.bz2"}
done
# Allow tests to run for 2 minutes
# Schedule a timed shutdown against hanging test runs
${ssh "shutdown -s -t ${toString testTimeout}"}
FAIL=n