Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved handling of HTTP response errors #152

Merged
merged 12 commits into from
Nov 9, 2023
Prev Previous commit
Next Next commit
Increase timeout
  • Loading branch information
dotasek committed Nov 8, 2023
commit 481c605c90398c33b9228aec51e30cfd15317dd9
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