Skip to content

Commit 42064e8

Browse files
author
gitlab
committed
Merge branch 'issue10346' into 'master'
fix case APIAttachAndDeleleEipCase Closes ZSTAC-10346 and ZSTACK-10346 See merge request zstackio/zstack!2409
2 parents 457a840 + d4e3877 commit 42064e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/src/test/groovy/org/zstack/test/integration/networkservice/provider/virtualrouter/eip/AttachAndDeleteEipCase.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class AttachAndDeleteEipCase extends SubCase{
266266
}
267267
}
268268

269-
retryInSecs(2, 1){
269+
retryInSecs(3, 1){
270270
assert Q.New(VmInstanceVO.class).eq(VmInstanceVO_.uuid, vm.uuid)
271271
.eq(VmInstanceVO_.state, VmInstanceState.Pausing).exists
272272
}
@@ -312,7 +312,7 @@ class AttachAndDeleteEipCase extends SubCase{
312312
}
313313
}
314314

315-
retryInSecs(2, 1){
315+
retryInSecs(5, 1){
316316
assert Q.New(VmInstanceVO.class).eq(VmInstanceVO_.uuid, vm.uuid)
317317
.eq(VmInstanceVO_.state, VmInstanceState.VolumeMigrating).exists
318318
}

0 commit comments

Comments
 (0)