Skip to content

Commit 0cf59c6

Browse files
authored
Update default value in types.ts
1 parent 08f4b0c commit 0cf59c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export interface SandboxOptions {
261261
* Can be:
262262
* - A string like "30s", "3m", "5m", "1h" (seconds, minutes, or hours)
263263
* - A number representing seconds (e.g., 180 for 3 minutes)
264-
* Default: "3m" (3 minutes)
264+
* Default: "10m" (10 minutes)
265265
*/
266266
sleepAfter?: string | number;
267267

0 commit comments

Comments
 (0)