We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce0bab commit 89a3dc9Copy full SHA for 89a3dc9
plugins/qualifire/globals.ts
@@ -36,7 +36,7 @@ export const postQualifire = async (
36
},
37
};
38
39
- const result = await post(BASE_URL, body, options, timeout_millis || 10000);
+ const result = await post(BASE_URL, body, options, timeout_millis || 60000);
40
const error = result?.error || null;
41
const verdict = result?.status === 'success';
42
const data = result?.evaluationResults;
0 commit comments