Allow time to finish requests.
This commit is contained in:
		
							parent
							
								
									eea1d9086b
								
							
						
					
					
						commit
						909951d975
					
				| @ -66,6 +66,7 @@ var TestReporter = function(browser, appPath) { | |||||||
|   this.reportSuiteResults = function(suite) { }; |   this.reportSuiteResults = function(suite) { }; | ||||||
| 
 | 
 | ||||||
|   this.reportRunnerResults = function(runner) { |   this.reportRunnerResults = function(runner) { | ||||||
|     sendQuitRequest(); |     // Give the test.py some time process any queued up requests
 | ||||||
|  |     setTimeout(sendQuitRequest, 500); | ||||||
|   }; |   }; | ||||||
| }; | }; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user