mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01: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,
|
||||
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',
|
||||
|
Loading…
Reference in New Issue
Block a user