Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #99 from bridgecrewio/timeoutUpdate
Browse files Browse the repository at this point in the history
Timeout update
  • Loading branch information
orhovy authored Mar 31, 2022
2 parents c7135e9 + 0adcac1 commit 2ce6927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pluginGroup = com.github.bridgecrewio.checkovjetbrainsidea
pluginName = checkov-jetbrains-idea
pluginVersion = 0.0.17
pluginVersion = 0.0.18
pluginSinceBuild = 201
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/bridgecrew/utils/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ object PANELTYPE {
val CHECKOV_SCAN_PARSING_ERROR = 6
val CHECKOV_INSTALATION_STARTED = 7
}
val DEFAULT_TIMEOUT: Long = 30000
val DEFAULT_TIMEOUT: Long = 80000

0 comments on commit 2ce6927

Please sign in to comment.