[mutter] cogl/tests: Increase the conform test timeout to 120 s



commit 5b3e439c5df9b5b5d4283c2b0b34f5adc6e0cccb
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Fri Aug 17 18:28:54 2018 +0200

    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,
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]