forked from goodboy/tractor
				
			Try less times for EOF
							parent
							
								
									937ed99e39
								
							
						
					
					
						commit
						87b2ccb86a
					
				| 
						 | 
					@ -753,7 +753,7 @@ def test_root_nursery_cancels_before_child_releases_tty_lock(
 | 
				
			||||||
        child.sendline('c')
 | 
					        child.sendline('c')
 | 
				
			||||||
        time.sleep(0.1)
 | 
					        time.sleep(0.1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    for i in range(10):
 | 
					    for i in range(3):
 | 
				
			||||||
        try:
 | 
					        try:
 | 
				
			||||||
            child.expect(pexpect.EOF)
 | 
					            child.expect(pexpect.EOF)
 | 
				
			||||||
            break
 | 
					            break
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue