Skip to content

Commit

Permalink
try with longer sleep between tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Jul 3, 2024
1 parent 86c4137 commit 85a33b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ func (suite *CmdTestSuite) SetupSuite() {
suite.avsHostPort = avs.NewHostPort(suite.avsIP, suite.avsPort)

err := docker_compose_up(suite.composeFile)

time.Sleep(5)

if err != nil {
suite.FailNowf("unable to start docker compose up", "%v", err)
}
Expand Down

0 comments on commit 85a33b1

Please sign in to comment.