Merge pull request #27677 from overleaf/as-compile-timeout-enforcement
[web] 10s Compile Timeout - Enforcement Phase GitOrigin-RevId: 3930eb376cc1293409259e073032218e09d5270e
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user