diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-11T08·58+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-11T08·58+0100 |
commit | 6f8ff8564f0077f9796d9376d91423ccb8ef75bb (patch) | |
tree | c79556268faa3553ee9dcb9ec37447751d6db912 | |
parent | c56bfbe863322fe9d5d5748681ebcc0de7780c02 (diff) |
Urgh
-rw-r--r-- | tests/remote-builds.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/remote-builds.nix b/tests/remote-builds.nix index 2cd5ccfc6d45..0f16026a428a 100644 --- a/tests/remote-builds.nix +++ b/tests/remote-builds.nix @@ -25,7 +25,7 @@ let system = "i686-linux"; PATH = "''${utils}/bin"; builder = "''${utils}/bin/sh"; - args = [ "-c" "if [ ${toString nr} = 5 ]; then echo FAIL; exit 1; fi; echo Hello; mkdir $out $foo; cat /proc/sys/kernel/hostname > $out/host; ln -s $out $foo/bar; sleep 5" ]; + args = [ "-c" "if [ ${toString nr} = 5 ]; then echo FAIL; exit 1; fi; echo Hello; mkdir $out $foo; cat /proc/sys/kernel/hostname > $out/host; ln -s $out $foo/bar; sleep 10" ]; outputs = [ "out" "foo" ]; } ''; |