diff --git a/test/meson.build b/test/meson.build index e39f31a40..a8d9e8497 100644 --- a/test/meson.build +++ b/test/meson.build @@ -74,7 +74,7 @@ if get_option('xvfb') find_program('scripts/xephyr-glamor-piglit.sh'), env: piglit_env, timeout: 1200, - suite: 'xephr-glamor', + suite: 'xephyr-glamor', ) if rendercheck.found() @@ -92,7 +92,7 @@ if get_option('xvfb') '--', xvfb_args, ], - suite: 'xephr-glamor', + suite: 'xephyr-glamor', timeout: 300, ) endforeach