bump-sh / cli

Bump.sh CLI - Deploy your OpenAPI & AsyncAPI documentations from your CI
https://bump.sh
MIT License
39 stars 2 forks source link

diff: increase timeout to 2min #567

Closed paulRbr closed 4 months ago

paulRbr commented 4 months ago

We decided in the past to hard code a 30s timeout for a diff within the CLI, but this is quite problematic especially if we have too much traffic at the same time.

Until we have more power in our queuing system, I believe it's best to allow a bit more time before failing.

This commit increases the timeout value by 3. Going from 30seconds to 2 minutes.