Skip to content

Commit

Permalink
Moved clean up method
Browse files Browse the repository at this point in the history
  • Loading branch information
TetyanaYahodska committed Nov 26, 2024
1 parent 16a2492 commit 00163bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute/cloud-client/src/test/java/compute/Util.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public abstract class Util {
// resources
// and delete the listed resources based on the timestamp.

private static final int DELETION_THRESHOLD_TIME_MINUTES = 15;
private static final int DELETION_THRESHOLD_TIME_MINUTES = 20;
// comma separate list of zone names
private static final String TEST_ZONES_NAME = "JAVA_DOCS_COMPUTE_TEST_ZONES";
private static final String DEFAULT_ZONES = "us-central1-a,us-west1-a,asia-south1-a";
Expand Down

0 comments on commit 00163bd

Please sign in to comment.