We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9963da9 commit 4f4e112Copy full SHA for 4f4e112
vscode-extensions/commons-vscode/src/cds.ts
@@ -94,7 +94,7 @@ export class CdsSupport {
94
}).then(() => commands.executeCommand('workbench.action.reloadWindow'));
95
}
96
});
97
- }, 600000); // 10 mins timeout in ms
+ }, 30000); // 30s timeout in ms
98
99
100
this.context.subscriptions.push(disposable);
0 commit comments