diff options
Diffstat (limited to 'src/ndisc/tests/meson.build')
| -rw-r--r-- | src/ndisc/tests/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ndisc/tests/meson.build b/src/ndisc/tests/meson.build index 0395e406..99cf664e 100644 --- a/src/ndisc/tests/meson.build +++ b/src/ndisc/tests/meson.build @@ -10,6 +10,7 @@ test( 'ndisc/' + test_unit, test_script, args: test_args + [exe.full_path()], + timeout: default_test_timeout, ) test = 'test-ndisc-linux' |