Fix api timeout (#6401)
This commit is contained in:
@ -69,6 +69,7 @@ describe('computeParameters', () => {
|
||||
schema: {
|
||||
type: 'integer',
|
||||
enum: [0, 1, 2],
|
||||
default: 1,
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
@ -60,6 +60,7 @@ export const computeDepthParameters = (): OpenAPIV3_1.ParameterObject => {
|
||||
schema: {
|
||||
type: 'integer',
|
||||
enum: [0, 1, 2],
|
||||
default: 1,
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user