Merge pull request #7677 from bluetech/flaky-no-tests-ran
testing: fix flaky test when executed slowly
This commit is contained in:
		
						commit
						6cf89338d3
					
				| 
						 | 
					@ -899,7 +899,7 @@ def test_collection_collect_only_live_logging(testdir, verbose):
 | 
				
			||||||
        expected_lines.extend(
 | 
					        expected_lines.extend(
 | 
				
			||||||
            [
 | 
					            [
 | 
				
			||||||
                "*test_collection_collect_only_live_logging.py::test_simple*",
 | 
					                "*test_collection_collect_only_live_logging.py::test_simple*",
 | 
				
			||||||
                "no tests ran in [0-1].[0-9][0-9]s",
 | 
					                "no tests ran in [0-9].[0-9][0-9]s",
 | 
				
			||||||
            ]
 | 
					            ]
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
    elif verbose == "-qq":
 | 
					    elif verbose == "-qq":
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue