mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
smoke tests - try to fix data migration test (#129279)
This commit is contained in:
@@ -56,3 +56,11 @@ export function afterSuite(opts: minimist.ParsedArgs) {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
export function timeout(i: number) {
|
||||
return new Promise<void>(resolve => {
|
||||
setTimeout(() => {
|
||||
resolve();
|
||||
}, i);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user