Skip to main content

Customizing Component Timeout

COMPONENT_COMPILE_TIMEOUT_SECONDS is an environment variable that allows customization of the compile-time timeout value that applies to all components.

By default, the compile-time timeout value is 60 seconds. To adjust the duration of this value, follow these steps:

STEP 1: Navigate to Settings → Environment

On IguanaX, navigate to the Settings tab and go to Environment.

STEP 2: Create a new environment variable

To adjust the duration of this value, click “CREATE” to create a new environment variable, and add “ COMPONENT_COMPILE_TIMEOUT_SECONDS” and set it to a new value, in seconds. The set compile-time timeout value will apply to all components.

Be mindful that very long timeouts can cause stalled or stuck components if an issue arises. If a component is indefinitely compiling, increasing the timeout will not solve the root issue.