summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-05-26 20:15:47 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-05-26 20:19:53 +0200
commite894534314d7730ccac075b09d6222e7b1df7e8f (patch)
tree802dbcf18f25f21009b73951cee8e866bd1c5e7b
parent545641a8fbaf96639a65c633bc43050f687f85db (diff)
downloadglib-e894534314d7730ccac075b09d6222e7b1df7e8f.tar.gz
tests: Increase the timeout of the 'objects2' and 'sequence' tests. Fixes #1393
These two still fail occasionally due to timeouts, so increase it a bit.
-rw-r--r--glib/tests/meson.build2
-rw-r--r--tests/refcount/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/glib/tests/meson.build b/glib/tests/meson.build
index c32e7768f..3a037b14b 100644
--- a/glib/tests/meson.build
+++ b/glib/tests/meson.build
@@ -121,7 +121,7 @@ foreach test_name : glib_tests
)
# These tests may take more than 30 seconds to run on the CI infrastructure
if slow_tests.contains(test_name)
- test(test_name, exe, env : test_env, timeout : 90)
+ test(test_name, exe, env : test_env, timeout : 120)
else
test(test_name, exe, env : test_env)
endif
diff --git a/tests/refcount/meson.build b/tests/refcount/meson.build
index 64c0cfbfd..39722de73 100644
--- a/tests/refcount/meson.build
+++ b/tests/refcount/meson.build
@@ -1,7 +1,7 @@
refcount_tests = [
['closures', 'closures.c', []],
['objects', 'objects.c', []],
- ['objects2', 'objects2.c', []],
+ ['objects2', 'objects2.c', [], 90],
['properties', 'properties.c', []],
['properties2', 'properties2.c', []],
['properties3', 'properties3.c', [], 90], # extra long timeout