File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ suite("Roo Code Extension Test Suite", () => {
149
149
150
150
test ( "Should handle prompt and response correctly" , async function ( ) {
151
151
// @ts -ignore
152
- this . timeout ( 120000 ) // Increase timeout for API request
152
+ this . timeout ( 600000 ) // Increase timeout for API request
153
153
154
154
const timeout = 60000
155
155
const interval = 1000
@@ -225,6 +225,7 @@ suite("Roo Code Extension Test Suite", () => {
225
225
// Wait for webview to launch and receive initial state
226
226
let startTime = Date . now ( )
227
227
while ( Date . now ( ) - startTime < 180000 ) {
228
+ console . log ( "Webview ready:" , webviewReady )
228
229
if ( webviewReady ) {
229
230
// Wait an additional second for webview to fully initialize
230
231
await new Promise ( ( resolve ) => setTimeout ( resolve , 1000 ) )
You can’t perform that action at this time.
0 commit comments