This commit is contained in:
Alex Sharov 2022-04-30 11:43:07 +07:00 committed by GitHub
parent a13c5ba904
commit 93ab7f5d82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ func (cli *Protocols) Start(ctx context.Context, silent bool) error {
sem.Release(1)
}(t)
}
time.Sleep(330 * time.Second)
time.Sleep(30 * time.Second)
}
}()