Fix "raise error in case of timeout" task from tobiko-tox role

Change-Id: I2fb9090edac3e6c764df56fbe971b5b8ec69ee6c
This commit is contained in:
Eduardo Olivares 2021-03-23 10:46:35 +01:00
parent ce7e827c60
commit 8073f3ae5a
1 changed files with 1 additions and 1 deletions

View File

@ -62,4 +62,4 @@
when: run_tox is failed
failed_when:
- (run_tox.stdout_lines | length) > 0
- run_tox.stdout_lines | regex_search('run_tests: ERROR.*run_tests.py timeout out after')
- run_tox.stdout | regex_search('ERROR.*run_tests.py timeout out after')