Skip to content

Commit e6e0735

Browse files
committed
Update default timeout
1 parent 26cd5b3 commit e6e0735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/** Default timeout for evaluator and provider calls (10 minutes) */
2-
export const DEFAULT_TIMEOUT_MS = 600_000;
2+
export const DEFAULT_TIMEOUT_MS = 1_200_000;

0 commit comments

Comments
 (0)