Skip to content

Commit

Permalink
maybe fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
noot committed Jul 8, 2021
1 parent b54a989 commit 34dbaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/network/stream_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func TestStreamManager_KeepStream(t *testing.T) {
smA.start()
smB.start()

time.Sleep(cleanupStreamInterval / 2)
time.Sleep(cleanupStreamInterval / 3)
connsAToB := ha.Network().ConnsToPeer(hb.ID())
require.GreaterOrEqual(t, len(connsAToB), 1)
require.Equal(t, 1, len(connsAToB[0].GetStreams()))
Expand Down

0 comments on commit 34dbaf1

Please sign in to comment.