This commit is contained in:
2025-05-23 20:40:20 +00:00
parent a7438a7cd6
commit f651cd1c2f
5 changed files with 73 additions and 275 deletions

View File

@ -327,7 +327,7 @@ tap.test('REL-01: Long-running operation - Server stability check', async (tools
console.log(`Max response time: ${maxResponseTime}ms`);
// All checks should succeed for stable server
expect(successfulChecks).toBe(stabilityChecks.length);
expect(successfulChecks).toEqual(stabilityChecks.length);
expect(avgResponseTime).toBeLessThan(1000);
done.resolve();
} catch (error) {