Skip to content

Commit

Permalink
Merge pull request #117 from ava-labs/add-evm
Browse files Browse the repository at this point in the history
Add evm
  • Loading branch information
felipemadero authored Aug 30, 2024
2 parents 6aca522 + 91c15b9 commit b972d4a
Show file tree
Hide file tree
Showing 9 changed files with 1,130 additions and 92 deletions.
4 changes: 4 additions & 0 deletions constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ const (
AvalanchegoMachineMetricsPort = 9100
AvalanchegoLoadTestPort = 8082

// http
APIRequestTimeout = 30 * time.Second
APIRequestLargeTimeout = 2 * time.Minute

// ssh
SSHSleepBetweenChecks = 1 * time.Second
SSHLongRunningScriptTimeout = 10 * time.Minute
Expand Down
Loading

0 comments on commit b972d4a

Please sign in to comment.