summary refs log tree commit diff
path: root/src/ndisc/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/ndisc/tests/meson.build')
-rw-r--r--src/ndisc/tests/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ndisc/tests/meson.build b/src/ndisc/tests/meson.build
index e0dc9aa6..99cf664e 100644
--- a/src/ndisc/tests/meson.build
+++ b/src/ndisc/tests/meson.build
@@ -9,7 +9,8 @@ exe = executable(
 test(
   'ndisc/' + test_unit,
   test_script,
-  args: test_args + [exe.full_path()]
+  args: test_args + [exe.full_path()],
+  timeout: default_test_timeout,
 )
 
 test = 'test-ndisc-linux'