mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
cogl/tests: Increase the conform test timeout to 120 s
Running it on CI runners can take bit more time, so let it be for a bit more until bailing out.
This commit is contained in:
parent
626c3745e2
commit
5b3e439c5d
@ -102,5 +102,5 @@ test('cogl/conform', cogl_run_tests,
|
|||||||
cogl_conform_unit_tests
|
cogl_conform_unit_tests
|
||||||
],
|
],
|
||||||
is_parallel: false,
|
is_parallel: false,
|
||||||
timeout: 60,
|
timeout: 120,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user