diff options
author | Thomas White <taw@physics.org> | 2020-08-10 17:13:56 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-08-10 17:13:56 +0200 |
commit | 5deab80f3d11bc3cda4e912f2b26580f3156728e (patch) | |
tree | 4760ba64e914f09312bf9f856d2fac52051937fa /tests/meson.build | |
parent | 76d06dbf880d376ccb12c3eeaa64dceeb2409781 (diff) |
polarisation_check: Fit into timeout
However, this test doesn't actually test anything. A comparison against
a reference image would be good.
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build index 968bc39f..5c60d484 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -77,7 +77,8 @@ exe = executable('polarisation_check', ['polarisation_check.c'], dependencies : [libcrystfeldep, mdep, gsldep]) geom = files('polarisation_check.geom') -test('polarisation_check', exe, args: [geom]) +test('polarisation_check', exe, args: [geom], + timeout: 60) # Event enumeration tests |