Skip to content

Commit

Permalink
issue-686: increase time in Timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
shunki-fujita committed Jun 21, 2024
1 parent 74c82d5 commit 45c4c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ var _ = Context("upgrade", func() {
}
}
return nil
}, 600).Should(Succeed())
}, 1200).Should(Succeed())
cluster, err := getCluster("upgrade", "test")
Expect(err).NotTo(HaveOccurred())
Expect(cluster.Status.CurrentPrimaryIndex).To(Equal(1))
Expand Down

0 comments on commit 45c4c2e

Please sign in to comment.