summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-11-17 19:04:51 +0000
committerSimon McVittie <smcv@collabora.com>2022-11-17 19:04:51 +0000
commit59b9dcc42387181db30b08a6fc385cd610d51be5 (patch)
tree222ad669d2a6673106ad98daaa1c94b3da3ee22e
parent2d6655bd44879752818388b7b1d4bdd9f7f2a16c (diff)
downloadflatpak-wip/smcv/workflows.tar.gz
meson: Extend timeout for test-oci-registry.shwip/smcv/workflows
This seems to be slower than usual when we're doing a `make distcheck`. Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 4e6f639d..7207b319 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -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,