Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sHaggYcaT committed May 17, 2019
1 parent a4eb114 commit f553d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sockets_cores_threads_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ var _ = Describe("[rfe_id:1443][crit:medium]vendor:[email protected]][level:comp
Expect(int(domStat.VCPU.CPUs) == vCPUAmount).To(BeTrue(), "XML should have right number of vCPUs")

By("2.1 Expecting the VirtualMachineInstance console")
expecter, err := tframework.LoggedInFedoraExpecter(vm_name, ktests.NamespaceTestDefault, 240, true)
expecter, err := tframework.LoggedInFedoraExpecter(vm_name, ktests.NamespaceTestDefault, 380, true)
Expect(err).ToNot(HaveOccurred(), "Console should be started")
defer expecter.Close()

Expand Down

0 comments on commit f553d04

Please sign in to comment.