mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
smoke - 🆙 retry timeout
This commit is contained in:
@@ -58,7 +58,7 @@ async function poll<T>(
|
||||
fn: () => Thenable<T>,
|
||||
acceptFn: (result: T) => boolean,
|
||||
timeoutMessage: string,
|
||||
retryCount: number = 200,
|
||||
retryCount: number = 400,
|
||||
retryInterval: number = 100 // millis
|
||||
): Promise<T> {
|
||||
let trial = 1;
|
||||
|
||||
Reference in New Issue
Block a user