Skip to content

Commit

Permalink
fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
vchikoti1998 committed May 25, 2024
1 parent 6fcc087 commit 2ba75a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class LocalLambdaRunConfiguration(project: Project, factory: ConfigurationFactor
throw RuntimeConfigurationError(message("lambda.run_configuration.handler.validation.in_progress"))
}

val isHandlerValid = promise.blockingGet(5000)!!
val isHandlerValid = promise.blockingGet(0)!!
if (!isHandlerValid) {
throw RuntimeConfigurationError(message("lambda.run_configuration.handler_not_found", handler))
}
Expand Down

0 comments on commit 2ba75a8

Please sign in to comment.