From 5b3e439c5df9b5b5d4283c2b0b34f5adc6e0cccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Fri, 17 Aug 2018 18:28:54 +0200 Subject: [PATCH] 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. --- cogl/tests/conform/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl/tests/conform/meson.build b/cogl/tests/conform/meson.build index efea698e7..4427851b7 100644 --- a/cogl/tests/conform/meson.build +++ b/cogl/tests/conform/meson.build @@ -102,5 +102,5 @@ test('cogl/conform', cogl_run_tests, cogl_conform_unit_tests ], is_parallel: false, - timeout: 60, + timeout: 120, )