Skip to content

Commit c12a942

Browse files
Added waiting time for update
1 parent c76b83c commit c12a942

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compute/cloud-client/src/test/java/compute/reservation/CrudOperationReservationIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public void testListReservation() throws IOException {
110110
@Test
111111
public void testUpdateVmsForReservation()
112112
throws IOException, ExecutionException, InterruptedException, TimeoutException {
113+
TimeUnit.MINUTES.sleep(2);
113114
int newNumberOfVms = 5;
114115
UpdateVmsForReservation.updateVmsForReservation(
115116
PROJECT_ID, ZONE, RESERVATION_NAME, newNumberOfVms);

0 commit comments

Comments
 (0)