Skip to content

Commit

Permalink
Raise timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
  • Loading branch information
anmazzotti committed Sep 25, 2024
1 parent d812da9 commit e8d32fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/upgrades_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ var _ = Describe("ManagedOSImage Upgrade e2e tests", Ordered, func() {
return up.Spec.Version
}
return ""
}, 1*time.Minute, 2*time.Second).Should(Equal("v1.0"))
}, 3*time.Minute, 2*time.Second).Should(Equal("v1.0"))

plan, err := getPlan("os-upgrader-update-osversion")
Expect(err).ToNot(HaveOccurred())
Expand Down

0 comments on commit e8d32fe

Please sign in to comment.