File tree Expand file tree Collapse file tree
packages/b2c-cli/src/commands/mrt/bundle Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -471,7 +471,7 @@ b2c mrt bundle deploy -p my-storefront -e staging --wait
471471| ` --node-version ` , ` -n ` | Node.js version for SSR | ` 22.x ` |
472472| ` --ssr-param ` | SSR parameters (key=value) | |
473473| ` --wait ` , ` -w ` | Wait for the deployment to complete before returning | ` false ` |
474- | ` --poll-interval ` | Polling interval in seconds when using ` --wait ` | ` 10 ` |
474+ | ` --poll-interval ` | Polling interval in seconds when using ` --wait ` | ` 30 ` |
475475| ` --timeout ` | Maximum time to wait in seconds when using ` --wait ` (` 0 ` for no timeout) | ` 600 ` |
476476
477477### b2c mrt bundle list
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ export default class MrtBundleDeploy extends MrtCommand<typeof MrtBundleDeploy>
126126 } ) ,
127127 'poll-interval' : Flags . integer ( {
128128 description : 'Polling interval in seconds when using --wait' ,
129- default : 10 ,
129+ default : 30 ,
130130 dependsOn : [ 'wait' ] ,
131131 } ) ,
132132 timeout : Flags . integer ( {
You can’t perform that action at this time.
0 commit comments