Skip to content

Commit 9859136

Browse files
authored
increased max tasks 100-10000 in test mode (RooCodeInc#2814)
1 parent 7969ba2 commit 9859136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/test/TestServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async function updateAutoApprovalSettings(context: vscode.ExtensionContext, prov
2929
useBrowser: false, // Keep browser disabled for tests
3030
useMcp: false, // Keep MCP disabled for tests
3131
},
32-
maxRequests: 100, // Increase max requests for tests
32+
maxRequests: 10000, // Increase max requests for tests
3333
}
3434

3535
await updateGlobalState(context, "autoApprovalSettings", updatedSettings)

0 commit comments

Comments
 (0)