aboutsummaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-08-10 17:13:56 +0200
committerThomas White <taw@physics.org>2020-08-10 17:13:56 +0200
commit5deab80f3d11bc3cda4e912f2b26580f3156728e (patch)
tree4760ba64e914f09312bf9f856d2fac52051937fa /tests/meson.build
parent76d06dbf880d376ccb12c3eeaa64dceeb2409781 (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.build3
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