Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
See continuous failing builds caused by assertion error at line 130 - https://travis-ci.org/ubclaunchpad/inertia/jobs/391431269
  • Loading branch information
bobheadxi committed Jun 12, 2018
1 parent 8fca82c commit 1d85969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/inertiad/project/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func TestDockerComposeIntegration(t *testing.T) {

// try again if project no up (another workaround for Travis)
if !foundP {
time.Sleep(60 * time.Second)
time.Sleep(180 * time.Second)
containers, err = cli.ContainerList(
context.Background(),
types.ContainerListOptions{},
Expand Down

0 comments on commit 1d85969

Please sign in to comment.