Skip to content

Commit 5702946

Browse files
committed
[VSCode] ADjust timeout
Signed-off-by: BoykoAlex <alex.boyko@broadcom.com>
1 parent 342125d commit 5702946

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-
}, 30000);
97+
}, 600000); // 10 mins timeout in ms
9898
}
9999
});
100100
this.context.subscriptions.push(disposable);

0 commit comments

Comments
 (0)