tests: increase the tests timeout

This is only needed for non AMD64.
This commit is contained in:
Claudio André 2018-07-14 15:30:31 -03:00 committed by Georges Basile Stavracas Neto
parent 22132a2c91
commit 4f8a64ac25
2 changed files with 3 additions and 3 deletions

View file

@ -31,5 +31,5 @@ test(
'test-datetime', 'test-datetime',
find_program('test-datetime.py'), find_program('test-datetime.py'),
env : env, env : env,
timeout : 10 timeout : 60
) )

View file

@ -27,5 +27,5 @@ test(
'test-network-panel', 'test-network-panel',
find_program('test-network-panel.py'), find_program('test-network-panel.py'),
env : envs, env : envs,
timeout : 10 timeout : 60
) )