Skip to content

Commit

Permalink
Changes:
Browse files Browse the repository at this point in the history
1.pkg/app/app_test.go: justified time.Sleep in TestAppDial
  • Loading branch information
ayuryshev committed Apr 16, 2019
1 parent ec0fa23 commit cd0a2af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/app/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func TestAppDial(t *testing.T) {
require.NotNil(t, app.conns[LoopAddr{2, Addr{rpk, 3}}])
require.NoError(t, conn.Close())

// Justified. Attempt to remove produces: FAIL
time.Sleep(100 * time.Millisecond)

addr := &LoopAddr{}
Expand Down

0 comments on commit cd0a2af

Please sign in to comment.