[four-in-a-row/meson-tests] Meson: increase AI test timeout
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [four-in-a-row/meson-tests] Meson: increase AI test timeout
- Date: Tue, 5 Feb 2019 14:51:43 +0000 (UTC)
commit 5b4d4370d43e7177e7ec47fcde37ed214fe3d6b3
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Sat Feb 2 01:12:41 2019 +0000
Meson: increase AI test timeout
Currently, CI fails cause tests timeout is set by default to 30s which is not enough.
I did bunch of tests and the tests takes approximatively between 30 to 45s.
src/meson.build | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 97c02be..7d8f2ec 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -1,4 +1,3 @@
-
four_in_a_row_tests = executable('four-in-a-row-tests',
[
'ai.vala',
@@ -9,7 +8,9 @@ four_in_a_row_tests = executable('four-in-a-row-tests',
glib_dependency
]
)
-test('four-in-a-row-tests', four_in_a_row_tests)
+test('four-in-a-row-tests',
+ four_in_a_row_tests,
+ timeout: 90)
@@ -45,4 +46,4 @@ executable(
],
install: true,
install_dir: get_option('bindir')
-)
\ No newline at end of file
+)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]