mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-18 08:28:22 +01:00
meson: Bump up timeout for slow test
The 642026-ec test can reliably take more than 45 seconds to run if the CI runner is overworked; let's give it some more breathing room.
This commit is contained in:
@@ -150,7 +150,7 @@ exe = executable('642026-ec', '642026.c',
|
|||||||
dependencies : deps,
|
dependencies : deps,
|
||||||
install : false,
|
install : false,
|
||||||
)
|
)
|
||||||
test('642026-ec', exe, env : test_env, timeout : 45)
|
test('642026-ec', exe, env : test_env, timeout : 90)
|
||||||
|
|
||||||
exe = executable('1bit-emufutex', '1bit-mutex.c',
|
exe = executable('1bit-emufutex', '1bit-mutex.c',
|
||||||
c_args : test_cargs + ['-DTEST_EMULATED_FUTEX'],
|
c_args : test_cargs + ['-DTEST_EMULATED_FUTEX'],
|
||||||
|
|||||||
Reference in New Issue
Block a user