tests: increase timeout for check-local-tests-cloud-setup test with meson

Fixes: d89d42bf23 ('tests/client: test nm-cloud-setup')
This commit is contained in:
Thomas Haller 2023-05-19 16:02:18 +02:00
parent 6dad817c05
commit dcfcb55166
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -30,5 +30,6 @@ if enable_nm_cloud_setup
env: [
'LIBTOOL=',
],
timeout: 120,
)
endif