Skip to content

Commit a72488d

Browse files
committed
reset after 20s instead of 15s of the data stream not finishing
1 parent b9c6b50 commit a72488d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popup/popup.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function processCode(
173173
}
174174
},
175175
}),
176-
timeout(15000)
176+
timeout(20000)
177177
]).catch((error) => {
178178
infoMessage && (infoMessage.textContent = 'The request timed out. Please try again.');
179179
console.error(error);

0 commit comments

Comments
 (0)