Update deps

This commit is contained in:
Łukasz Magiera
2020-01-14 03:05:46 +01:00
parent 2ca0c152ba
commit 94a21e3aeb
11 changed files with 32 additions and 30 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ func TestDealFlow(t *testing.T, b APIBuilder) {
go func() {
defer close(done)
for mine {
time.Sleep(100 * time.Millisecond)
time.Sleep(10 * time.Millisecond)
fmt.Println("mining a block now")
if err := sn[0].MineOne(ctx); err != nil {
t.Error(err)