[totem/wip/hadess/increase-pylint-timeouts: 2/2] pythonconsole: Increase timeout for pylint test



commit 0b956f24506a23a2152c718540b1dd6e5a468257
Author: Bastien Nocera <hadess hadess net>
Date:   Mon May 6 17:22:47 2019 +0200

    pythonconsole: Increase timeout for pylint test
    
    30 seconds isn't quite enough when run in the CI.

 src/plugins/pythonconsole/meson.build | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/src/plugins/pythonconsole/meson.build b/src/plugins/pythonconsole/meson.build
index 42d3b405c..cf91c20d4 100644
--- a/src/plugins/pythonconsole/meson.build
+++ b/src/plugins/pythonconsole/meson.build
@@ -39,5 +39,8 @@ install_data(
 )
 
 if pylint.found()
-  test('pylint-' + plugin_name, pylint, args: pylint_flags + files([ plugin_name + '.py', 'console.py' ]))
+  test('pylint-' + plugin_name,
+       pylint,
+       args: pylint_flags + files([ plugin_name + '.py', 'console.py' ]),
+       timeout: 120)
 endif


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