We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b5c45 commit c3aa0a5Copy full SHA for c3aa0a5
utils/env.go
@@ -24,7 +24,7 @@ const (
24
ResourceConfigurationTimeoutEnvVar = "VIAM_RESOURCE_CONFIGURATION_TIMEOUT"
25
26
// DefaultModuleStartupTimeout is the default module startup timeout.
27
- DefaultModuleStartupTimeout = 5 * time.Minute
+ DefaultModuleStartupTimeout = 45 * time.Second
28
29
// ModuleStartupTimeoutEnvVar is the environment variable that can
30
// be set to override DefaultModuleStartupTimeout as the duration
0 commit comments