about summary refs log tree commit diff
path: root/tests/timeout.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/timeout.nix')
-rw-r--r--tests/timeout.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/timeout.nix b/tests/timeout.nix
new file mode 100644
index 000000000000..b41368bb38e2
--- /dev/null
+++ b/tests/timeout.nix
@@ -0,0 +1,6 @@
+with import ./config.nix;
+
+mkDerivation {
+  name = "timeout";
+  builder = ./timeout.builder.sh;
+}