[totem/wip/hadess/increase-pylint-timeouts: 1/2] opensubtitles: Increase timeout for pylint test
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/increase-pylint-timeouts: 1/2] opensubtitles: Increase timeout for pylint test
- Date: Mon, 6 May 2019 15:23:28 +0000 (UTC)
commit f8a2495abfac1060f70981c224ba1e99e1935527
Author: Bastien Nocera <hadess hadess net>
Date: Mon May 6 17:22:15 2019 +0200
opensubtitles: Increase timeout for pylint test
30 seconds isn't quite enough when run in the CI.
src/plugins/opensubtitles/meson.build | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/src/plugins/opensubtitles/meson.build b/src/plugins/opensubtitles/meson.build
index 56d573529..cd4858912 100644
--- a/src/plugins/opensubtitles/meson.build
+++ b/src/plugins/opensubtitles/meson.build
@@ -40,5 +40,8 @@ install_data(
)
if pylint.found()
- test('pylint-' + plugin_name, pylint, args: pylint_flags + ['-d', 'bad-continuation' ] + files([
plugin_name + '.py', 'hash.py' ]))
+ test('pylint-' + plugin_name,
+ pylint,
+ args: pylint_flags + ['-d', 'bad-continuation' ] + files([ plugin_name + '.py', 'hash.py' ]),
+ timeout: 120)
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]