Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Pavlovich committed Oct 21, 2019
1 parent 56c555f commit 5d9ffdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dump_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestDump_Dump(t *testing.T) {

dumper.Listen(sender, 1)
c.Dump("eee", "eee", "", "", 502)
time.Sleep(time.Second)
time.Sleep(time.Second * 2)
err = dumper.ProcessNextDump(sender)
assert.Equal(t, ErrNoDumps, err)

Expand Down

0 comments on commit 5d9ffdd

Please sign in to comment.