Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek committed Nov 8, 2023
1 parent 6429f86 commit 481c605
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import utils.isJson
import utils.isXml

//TODO make this an intelligent value
private const val VALIDATION_TIME_LIMIT = 60000L
private const val VALIDATION_TIME_LIMIT = 90000L

external interface ManualEntryTabProps : Props {
var cliContext: CliContext
Expand Down

0 comments on commit 481c605

Please sign in to comment.