Skip to content

Commit

Permalink
test fix 2
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Lyubich <[email protected]>
  • Loading branch information
cthulhu-rider committed Mar 25, 2024
1 parent a317713 commit d4f0257
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pool/pool_aio_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,6 @@ func createDockerContainer(ctx context.Context, t *testing.T, image string) test
})
require.NoError(t, err)

_, _, err = aioC.Exec(ctx, tickEpochCmdBuilder(3))
require.NoError(t, err)

<-time.After(3 * time.Second)

tickNewEpoch = func(ctx context.Context, executor client.NetworkInfoExecutor) (int, error) {
ni, err := executor.NetworkInfo(ctx, client.PrmNetworkInfo{})
if err != nil {
Expand Down

0 comments on commit d4f0257

Please sign in to comment.