Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
integration: drop tick/wait kludge
Browse files Browse the repository at this point in the history
AIO was updated to solve this.

Signed-off-by: Roman Khimov <[email protected]>
  • Loading branch information
roman-khimov committed Sep 17, 2023
1 parent 1136b1f commit 596aa7c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,15 +355,6 @@ func createDockerContainer(ctx context.Context, t *testing.T, image string) test
})
require.NoError(t, err)

// Have to wait this time. Required for new tick event processing.
// Should be removed after fix epochs in AIO start.
<-time.After(3 * time.Second)

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

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

return aioC
}

Expand Down

0 comments on commit 596aa7c

Please sign in to comment.