Skip to content

Commit

Permalink
increase setupBaseAppWithSnapshots timeout to 90 seconds (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn authored Mar 27, 2022
1 parent bd83477 commit 11d74b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseapp/baseapp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func setupBaseAppWithSnapshots(t *testing.T, config *setupConfig) (*BaseApp, fun
}))
}

snapshotTimeout := 1 * time.Minute
snapshotTimeout := 90 * time.Second
snapshotDir, err := ioutil.TempDir("", "baseapp")
require.NoError(t, err)
snapshotStore, err := snapshots.NewStore(dbm.NewMemDB(), snapshotDir)
Expand Down

0 comments on commit 11d74b5

Please sign in to comment.