Skip to content

Commit

Permalink
Drop 30 second timout for spice functional test
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Mohr <[email protected]>
  • Loading branch information
rmohr committed Nov 3, 2017
1 parent a8369ed commit 8340868
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/spice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ var _ = Describe("Vmlifecycle", func() {
tests.WaitForSuccessfulVMStart(obj)
})

It("should allow accessing the spice device on the VM", func(done Done) {
It("should allow accessing the spice device on the VM", func() {
sourceNode := getVmNode()

migration := tests.NewRandomMigrationForVm(vm)
Expand All @@ -224,8 +224,7 @@ var _ = Describe("Vmlifecycle", func() {
}, 10*time.Second, time.Second).Should(Equal(v1.Running))

checkSpiceConnection()
close(done)
}, 30)
})
})
})

Expand Down

0 comments on commit 8340868

Please sign in to comment.