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

This commit is contained in:
Zuul 2021-03-23 18:12:58 +00:00 committed by Gerrit Code Review
commit 29c53bf31c
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')