Skip to content

Commit

Permalink
test speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Jan 13, 2023
1 parent 5648925 commit 2410192
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dagsync/subscriber_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ func TestConcurrentSync(t *testing.T) {
func TestSync(t *testing.T) {
err := quick.Check(func(dpsb dagsyncPubSubBuilder, ll llBuilder) bool {
return t.Run("Quickcheck", func(t *testing.T) {
t.Parallel()
pubSys := newHostSystem(t)
subSys := newHostSystem(t)
defer pubSys.close()
Expand Down Expand Up @@ -291,6 +292,7 @@ func TestSync(t *testing.T) {
func TestSyncWithHydratedDataStore(t *testing.T) {
err := quick.Check(func(dpsb dagsyncPubSubBuilder, ll llBuilder) bool {
return t.Run("Quickcheck", func(t *testing.T) {
t.Parallel()
pubPrivKey, _, err := crypto.GenerateEd25519Key(cryptorand.Reader)
require.NoError(t, err)

Expand Down

0 comments on commit 2410192

Please sign in to comment.