Themekit: Timeout when using replace

Created on 19 Oct 2016  路  3Comments  路  Source: Shopify/themekit

Hi,

When issuing a theme replace command on a large theme, after a while the command stops with the message:
Theme Kit timed out after 30s seconds

Is this configurable somehow? Is anything replaced until the timeout?

Thanks
Amit

Most helpful comment

Hi @amit0001 you can increase your timeout by adding timeout: 60s to your configuration.

development:
   password: yourpassword
   ...ect
   timeout: 60s

Usually you will experience a timeout if there is a very large single file being uploaded.

All 3 comments

Hi @amit0001 you can increase your timeout by adding timeout: 60s to your configuration.

development:
   password: yourpassword
   ...ect
   timeout: 60s

Usually you will experience a timeout if there is a very large single file being uploaded.

After updating the timeout to 180s it worked. Thanks!

Hello, where is config file?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bhekuwenza picture bhekuwenza  路  8Comments

larsenwork picture larsenwork  路  7Comments

NathanPJF picture NathanPJF  路  4Comments

DanPete picture DanPete  路  4Comments

hatsumatsu picture hatsumatsu  路  5Comments