Skip to content

Commit

Permalink
fix: increase timeout for retiring inactive browsers (#2523)
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan authored Jun 6, 2024
1 parent 53ce1d3 commit 195f176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser-pool/src/browser-pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export class BrowserPool<
retireBrowserAfterPageCount = 100,
operationTimeoutSecs = 15,
closeInactiveBrowserAfterSecs = 300,
retireInactiveBrowserAfterSecs = 1,
retireInactiveBrowserAfterSecs = 10,
preLaunchHooks = [],
postLaunchHooks = [],
prePageCreateHooks = [],
Expand Down

0 comments on commit 195f176

Please sign in to comment.