benchmarks: increase timeout value for running elementary benchmarks

Default is 30s and I run into timeouts all the time. Increasing it to
60s for the elementary benchmarks. On my local machine its around 45s
for the slower one.

Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D10847
This commit is contained in:
Stefan Schmidt 2019-12-09 16:39:34 +01:00 committed by Marcel Hollerbach
parent 365159c5ea
commit 2bd801f859
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ focus_widget_tree_bench = executable('focus_widget_tree_bench',
benchmark('focus_widget_tree', focus_widget_tree_bench,
args: ['5'],
timeout: 60
)
item_container = executable('collection',
@ -12,4 +13,4 @@ item_container = executable('collection',
dependencies: [elementary, ecore_input_evas, eio],
)
benchmark('item_container', item_container)
benchmark('item_container', item_container, timeout: 60)