tests: increase the tests timeout
This is only needed for non AMD64.
This commit is contained in:
parent
22132a2c91
commit
4f8a64ac25
2 changed files with 3 additions and 3 deletions
|
@ -31,5 +31,5 @@ test(
|
|||
'test-datetime',
|
||||
find_program('test-datetime.py'),
|
||||
env : env,
|
||||
timeout : 10
|
||||
)
|
||||
timeout : 60
|
||||
)
|
||||
|
|
|
@ -27,5 +27,5 @@ test(
|
|||
'test-network-panel',
|
||||
find_program('test-network-panel.py'),
|
||||
env : envs,
|
||||
timeout : 10
|
||||
timeout : 60
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue