Skip to content

Commit

Permalink
Increase Traefik service query time to 1 minute.
Browse files Browse the repository at this point in the history
  • Loading branch information
timoreimann committed Jul 30, 2017
1 parent ae6e37d commit ffb862a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/marathon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (s *MarathonSuite) TestConfigurationUpdate(c *check.C) {
c.Assert(client.WaitOnDeployment(deploy.DeploymentID, 2*time.Minute), checker.IsNil)

fmt.Println("Querying application via Traefik")
err = try.GetRequest("http://127.0.0.1:8000/service", 15*time.Second, try.StatusCodeIs(http.StatusOK))
err = try.GetRequest("http://127.0.0.1:8000/service", 1*time.Minute, try.StatusCodeIs(http.StatusOK))
c.Assert(err, checker.IsNil)
showTraefikLog = false
}

0 comments on commit ffb862a

Please sign in to comment.