Skip to content

Commit 59cbd57

Browse files
Increased timeout
1 parent dded4a9 commit 59cbd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public void secondListReservationTest() throws IOException {
112112
@Test
113113
public void thirdUpdateVmsForReservationTest()
114114
throws IOException, ExecutionException, InterruptedException, TimeoutException {
115-
TimeUnit.MINUTES.sleep(2);
115+
TimeUnit.MINUTES.sleep(3);
116116
int newNumberOfVms = 5;
117117
UpdateVmsForReservation.updateVmsForReservation(
118118
PROJECT_ID, ZONE, RESERVATION_NAME, newNumberOfVms);

0 commit comments

Comments
 (0)