Skip to content

Commit c3aa0a5

Browse files
committed
lower timeout
1 parent f8b5c45 commit c3aa0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/env.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
ResourceConfigurationTimeoutEnvVar = "VIAM_RESOURCE_CONFIGURATION_TIMEOUT"
2525

2626
// DefaultModuleStartupTimeout is the default module startup timeout.
27-
DefaultModuleStartupTimeout = 5 * time.Minute
27+
DefaultModuleStartupTimeout = 45 * time.Second
2828

2929
// ModuleStartupTimeoutEnvVar is the environment variable that can
3030
// be set to override DefaultModuleStartupTimeout as the duration

0 commit comments

Comments
 (0)