File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ function validateConfig(configFile) {
140140 // Sanity check waitForTimeout
141141 if ( ! Object . hasOwn ( storybookConfig , 'waitForTimeout' ) ) {
142142 storybookConfig . waitForTimeout = 0 ;
143- } else if ( storybookConfig . waitForTimeout <= 0 || storybookConfig . waitForTimeout > 30000 ) {
144- console . log ( '[smartui] Warning: Invalid config, value of waitForTimeout must be > 0 and <= 30000 ' ) ;
143+ } else if ( storybookConfig . waitForTimeout <= 0 || storybookConfig . waitForTimeout > 300000 ) {
144+ console . log ( '[smartui] Warning: Invalid config, value of waitForTimeout must be > 0 and <= 300000 ' ) ;
145145 console . log ( '[smartui] If you do not wish to include waitForTimeout parameter, remove it from the config file.' ) ;
146146 storybookConfig . waitForTimeout = 0 ;
147147 }
You can’t perform that action at this time.
0 commit comments