Skip to content

Commit

Permalink
ci/cli: increase OS upgrade check timeout
Browse files Browse the repository at this point in the history
Sometimes the OS upgrade takes more time to complete.

Signed-off-by: Loic Devulder <[email protected]>
  • Loading branch information
ldevulder committed Oct 22, 2024
1 parent 38cfff7 commit 6f173b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ var _ = Describe("E2E - Upgrading node", Label("upgrade-node"), func() {
// This remove the version and keep only the repo, as in the file
// we have the exact version and we don't know it before the upgrade
return tools.TrimStringFromChar(strings.Trim(out, "\n"), ":")
}, tools.SetTimeout(5*time.Minute), 30*time.Second).Should(Equal(valueToCheck))
}, tools.SetTimeout(10*time.Minute), 30*time.Second).Should(Equal(valueToCheck))
})

By("Getting annotations for "+h+" after upgrade", func() {
Expand Down

0 comments on commit 6f173b5

Please sign in to comment.