Skip to content

Commit

Permalink
fix: extend deadline for context
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Mar 23, 2024
1 parent 6495860 commit ff01699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/v2/node/wakunode2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ func TestDecoupledStoreFromRelay(t *testing.T) {
}

func TestStaticShardingMultipleTopics(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
ctx, cancel := context.WithTimeout(context.Background(), 15*time.Second)
defer cancel()

// Node1 with Relay
Expand Down

0 comments on commit ff01699

Please sign in to comment.