| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 365cf22 commit 8f29d95
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -263,6 +263,10 @@ def HasRun(self, output): | |||
| 263 | 263 | if FLAKY in output.test.outcomes and self.flaky_tests_mode == DONTCARE: | |
| 264 | 264 | status_line = status_line + ' # TODO : Fix flaky test' | |
| 265 | 265 | logger.info(status_line) | |
| 266 | + | ||
| 267 | + if output.HasTimedOut(): | ||
| 268 | + logger.info('# TIMEOUT') | ||
| 269 | + | ||
| 266 | 270 | for l in output.output.stderr.splitlines(): | |
| 267 | 271 | logger.info('#' + l) | |
| 268 | 272 | for l in output.output.stdout.splitlines(): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments