diff options
Diffstat (limited to 'src/tests/elementary/spec/meson.build')
-rw-r--r-- | src/tests/elementary/spec/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/elementary/spec/meson.build b/src/tests/elementary/spec/meson.build index 33be7aa013..931f4da73b 100644 --- a/src/tests/elementary/spec/meson.build +++ b/src/tests/elementary/spec/meson.build | |||
@@ -43,5 +43,6 @@ efl_ui_behavior_suite = executable('efl_ui_spec_suite', | |||
43 | ) | 43 | ) |
44 | 44 | ||
45 | test('efl_ui_spec-suite', efl_ui_behavior_suite, | 45 | test('efl_ui_spec-suite', efl_ui_behavior_suite, |
46 | env : test_env | 46 | env : test_env, |
47 | timeout: 60 | ||
47 | ) | 48 | ) |