Merge pull request #27677 from overleaf/as-compile-timeout-enforcement

[web] 10s Compile Timeout - Enforcement Phase

GitOrigin-RevId: 3930eb376cc1293409259e073032218e09d5270e
This commit is contained in:
MoxAmber
2025-08-20 08:06:01 +00:00
committed by Copybot
parent 86a1be9739
commit fc5ae92be1
3 changed files with 28 additions and 1 deletions
@@ -45,6 +45,9 @@ describe('CompileManager', function () {
'../Analytics/UserAnalyticsIdCache': (this.UserAnalyticsIdCache = {
get: sinon.stub().resolves('abc'),
}),
'../SplitTests/SplitTestHandler': (this.SplitTestHandler = {
promises: {},
}),
},
})
this.project_id = 'mock-project-id-123'