Skip to content

Commit

Permalink
add timeout between docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Jul 3, 2024
1 parent 85a33b1 commit a11b9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (suite *CmdTestSuite) SetupSuite() {

err := docker_compose_up(suite.composeFile)

time.Sleep(5)
time.Sleep(time.Second * 10)

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

0 comments on commit a11b9e6

Please sign in to comment.