Skip to content

Commit 4f4e112

Browse files
committed
Switch CDS training timeout to 30s
1 parent 9963da9 commit 4f4e112

File tree

1 file changed

+1
-1
lines changed
  • vscode-extensions/commons-vscode/src

1 file changed

+1
-1
lines changed

vscode-extensions/commons-vscode/src/cds.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export class CdsSupport {
9494
}).then(() => commands.executeCommand('workbench.action.reloadWindow'));
9595
}
9696
});
97-
}, 600000); // 10 mins timeout in ms
97+
}, 30000); // 30s timeout in ms
9898
}
9999
});
100100
this.context.subscriptions.push(disposable);

0 commit comments

Comments
 (0)