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:
Jonas Ådahl 2018-08-17 18:28:54 +02:00
parent 626c3745e2
commit 5b3e439c5d

View File

@ -102,5 +102,5 @@ test('cogl/conform', cogl_run_tests,
cogl_conform_unit_tests
],
is_parallel: false,
timeout: 60,
timeout: 120,
)