mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 04:28:05 +02:00
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:
parent
a0cebdf4b6
commit
eeb5015ebe
@ -210,7 +210,11 @@ if host_machine.system() != 'windows'
|
|||||||
install : false,
|
install : false,
|
||||||
c_args : test_c_args,
|
c_args : test_c_args,
|
||||||
dependencies : common_gio_tests_deps + extra_deps)
|
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
|
endforeach
|
||||||
|
|
||||||
exe = executable('gdbus-test-codegen-old', 'gdbus-test-codegen.c',
|
exe = executable('gdbus-test-codegen-old', 'gdbus-test-codegen.c',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user