mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +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:
parent
96cc50156c
commit
c5ecf64948
@ -150,7 +150,7 @@ exe = executable('642026-ec', '642026.c',
|
||||
dependencies : deps,
|
||||
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',
|
||||
c_args : test_cargs + ['-DTEST_EMULATED_FUTEX'],
|
||||
|
Loading…
Reference in New Issue
Block a user