Skip to content

Commit

Permalink
ci/cli: increase timeout for ManagedOSVersionChannel sync
Browse files Browse the repository at this point in the history
As sometimes it takes more than one minute to sync.

Signed-off-by: Loic Devulder <ldevulder@suse.com>
  • Loading branch information
ldevulder committed Dec 5, 2023
1 parent 4ec37df commit d3d2e0f
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 @@ -216,7 +216,7 @@ var _ = Describe("E2E - Upgrading node", Label("upgrade-node"), func() {
value, _ := exec.Command(getOSScript, upgradeOSChannel).Output()

return string(value)
}, tools.SetTimeout(1*time.Minute), 15*time.Second).Should(Not(BeEmpty()))
}, tools.SetTimeout(4*time.Minute), 30*time.Second).Should(Not(BeEmpty()))

// We should now have an OS version!
OSVersion, err = exec.Command(getOSScript, upgradeOSChannel).Output()
Expand Down

0 comments on commit d3d2e0f

Please sign in to comment.