meson: Extend timeout for test-oci-registry.sh

This seems to be slower than usual when we're doing a `make distcheck`.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2022-11-17 19:04:51 +00:00
parent 2d6655bd44
commit 59b9dcc423

View File

@ -329,7 +329,7 @@ foreach testcase : wrapped_tests
timeout = {
'test-bundle.sh' : 60,
'test-oci-registry.sh' : 60,
'test-oci-registry.sh' : 120,
'test-repo.sh' : 300,
'test-run.sh' : 90,
'test-summaries.sh' : 60,