Disable block timeouts in E2E test network #19

Merged
ashwin merged 5 commits from pm-variable-timeout into main 2024-03-12 04:35:21 +00:00
Showing only changes of commit a693907548 - Show all commits

View File

@ -3,7 +3,6 @@ package e2e
import (
"fmt"
"os"
"time"
"cosmossdk.io/log"
pruningtypes "cosmossdk.io/store/pruning/types"
@ -26,10 +25,6 @@ import (
"git.vdb.to/cerc-io/laconic2d/testutil/network"
)
const (
TenSeconds = 10 * time.Second
)
// NewTestNetworkFixture returns a new LaconicApp AppConstructor for network simulation tests
func NewTestNetworkFixture() network.TestFixture {
dir, err := os.MkdirTemp("", "laconic")