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:
Emmanuele Bassi 2018-03-16 13:33:53 +00:00
parent 96cc50156c
commit c5ecf64948

View File

@ -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'],