Skip to content

Commit

Permalink
Reduce timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
liztio committed Feb 14, 2019
1 parent c638833 commit 42fb724
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/e2e/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ load("@io_bazel_rules_go//go:def.bzl", "go_test")
go_test(
name = "go_default_test",
size = "large",
timeout = "eternal",
srcs = [
"aws_test.go",
"e2e_suite_test.go",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/aws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var _ = Describe("AWS", func() {
}
return capa.MachineStatusFromProviderStatus(machine.Status.ProviderStatus)
},
15*time.Minute, 15*time.Second,
10*time.Minute, 15*time.Second,
).Should(beHealthy())
})
})
Expand Down

0 comments on commit 42fb724

Please sign in to comment.