Skip to content

Commit cd29121

Browse files
committed
review comments
1 parent 09d5bd4 commit cd29121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/BuiltInMetricsProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ static boolean quickCheckIsRunningOnGcp() {
113113
int timeout = 5000;
114114
try {
115115
timeout =
116-
Integer.parseInt(System.getProperty("spanner.check_is_running_on_gcp_timeout", "500"));
116+
Integer.parseInt(System.getProperty("spanner.check_is_running_on_gcp_timeout", "5000"));
117117
} catch (NumberFormatException ignore) {
118118
// ignore
119119
}

0 commit comments

Comments
 (0)