Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #45 from libp2p/test-timeout
Browse files Browse the repository at this point in the history
increase test timeout.
  • Loading branch information
raulk authored Mar 1, 2019
2 parents 9bcbb58 + 4fc9856 commit 740bd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ func SubtestStreamOpenStress(t *testing.T, ta, tb tpt.Transport, maddr ma.Multia
}
}()

timeout := time.After(time.Second * 10)
timeout := time.After(time.Minute * 1)
done := make(chan struct{})

go func() {
Expand Down

0 comments on commit 740bd12

Please sign in to comment.