Commit 4429284
authored
feat!: Reduce wait default timeout from 15 minutes to 10 seconds (#211)
## Description:
For command, 15 minute timeout was picked with the Ethereum module in
mind, but for most applications this seems excessive. This PR reduces
the waiting time from 15 minutes to 10 seconds, that seems to be a
reasonable timeout across requests and execs.
## Is this change user facing?
<!-- A user facing change is one that you should expect a day-to-day
user to encounter or if the change requires user-action upon or before
upgrading. If in doubt, select "Yes" -->
* [X] Yes
* [ ] No
<!-- If yes, please add the label to this Pull Request -->
## References (if applicable):
<!-- Add relevant Github Issues, Discord threads, or other helpful
information. -->
Closes #1731 parent b7991dc commit 4429284
File tree
2 files changed
+2
-2
lines changed- core/server/api_container/server/startosis_engine/kurtosis_instruction/wait
- docs/docs/reference
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
592 | | - | |
| 592 | + | |
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
| |||
0 commit comments