fix(context): Improve context building, caching and test robustness
This commit is contained in:
		@@ -457,7 +457,8 @@ tap.test('ContextAnalyzer should complete analysis within reasonable time', asyn
 | 
			
		||||
 | 
			
		||||
  const duration = endTime - startTime;
 | 
			
		||||
 | 
			
		||||
  expect(result.analysisDuration).toBeGreaterThan(0);
 | 
			
		||||
  // Analysis duration should be recorded (can be 0 for fast operations)
 | 
			
		||||
  expect(result.analysisDuration).toBeGreaterThanOrEqual(0);
 | 
			
		||||
  expect(duration).toBeLessThan(10000); // Should complete within 10 seconds
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user