build: Make actions and gdbus-export GIO tests as slow

Increase their timeout.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2018-07-05 13:26:22 +01:00
parent a0cebdf4b6
commit eeb5015ebe

View File

@ -210,7 +210,11 @@ if host_machine.system() != 'windows'
install : false,
c_args : test_c_args,
dependencies : common_gio_tests_deps + extra_deps)
test(test_name, exe, env : test_env, suite : ['gio'])
if test_name == 'actions' or test_name == 'gdbus-export'
test(test_name, exe, env : test_env, timeout : 45, suite : ['gio', 'slow'])
else
test(test_name, exe, env : test_env, suite : ['gio'])
endif
endforeach
exe = executable('gdbus-test-codegen-old', 'gdbus-test-codegen.c',