Skip to content

Commit 89a3dc9

Browse files
committed
Update default timeout
1 parent dce0bab commit 89a3dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/qualifire/globals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const postQualifire = async (
3636
},
3737
};
3838

39-
const result = await post(BASE_URL, body, options, timeout_millis || 10000);
39+
const result = await post(BASE_URL, body, options, timeout_millis || 60000);
4040
const error = result?.error || null;
4141
const verdict = result?.status === 'success';
4242
const data = result?.evaluationResults;

0 commit comments

Comments
 (0)