diff --git a/src/tests/elementary/spec/meson.build b/src/tests/elementary/spec/meson.build index 8b28e2cdd2..e0a5a3c86d 100644 --- a/src/tests/elementary/spec/meson.build +++ b/src/tests/elementary/spec/meson.build @@ -44,5 +44,6 @@ efl_ui_behavior_suite = executable('efl_ui_spec_suite', ) test('efl_ui_spec-suite', efl_ui_behavior_suite, - env : test_env + env : test_env, + timeout: 60 )