Skip to content

Commit

Permalink
fixup: Remove unused methods and constants
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed Dec 18, 2023
1 parent a7880fd commit 7c8a744
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/fixture/tmpnet/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ const (
NetworkDirEnvName = "TMPNET_NETWORK_DIR"
RootDirEnvName = "TMPNET_ROOT_DIR"

DefaultNetworkTimeout = 2 * time.Minute
DefaultNodeInitTimeout = 10 * time.Second
DefaultNodeStopTimeout = 5 * time.Second
DefaultNetworkTimeout = 2 * time.Minute

// Minimum required to ensure connectivity-based health checks will pass
DefaultNodeCount = 2
Expand Down

0 comments on commit 7c8a744

Please sign in to comment.