summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorClaudio André <claudioandre.br@gmail.com>2018-07-14 15:30:31 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-07-15 01:47:24 +0000
commit4f8a64ac25d3acd1b6707d5905f668b90652065f (patch)
tree409feb9bc65b864b73765634d1c5d32553ddae5f /tests
parent22132a2c9194766320e50ecdb46d00c4fce8c4fb (diff)
downloadgnome-control-center-4f8a64ac25d3acd1b6707d5905f668b90652065f.tar.gz
tests: increase the tests timeout
This is only needed for non AMD64.
Diffstat (limited to 'tests')
-rw-r--r--tests/datetime/meson.build4
-rw-r--r--tests/network/meson.build2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/datetime/meson.build b/tests/datetime/meson.build
index fd0896400..9c2eca5e7 100644
--- a/tests/datetime/meson.build
+++ b/tests/datetime/meson.build
@@ -31,5 +31,5 @@ test(
'test-datetime',
find_program('test-datetime.py'),
env : env,
- timeout : 10
-) \ No newline at end of file
+ timeout : 60
+)
diff --git a/tests/network/meson.build b/tests/network/meson.build
index 5c929232b..81068920c 100644
--- a/tests/network/meson.build
+++ b/tests/network/meson.build
@@ -27,5 +27,5 @@ test(
'test-network-panel',
find_program('test-network-panel.py'),
env : envs,
- timeout : 10
+ timeout : 60
)