Skip to content
Snippets Groups Projects
Commit e1d0d1c5 authored by Craig Tiller's avatar Craig Tiller
Browse files

Make timeout red

parent 7b5eb719
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,7 @@ _CLEAR_LINE = '\x1b[2K'
_TAG_COLOR = {
'FAILED': 'red',
'TIMEOUT': 'red',
'PASSED': 'green',
'START': 'gray',
'WAITING': 'yellow',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment