We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d5bd4 commit cd29121Copy full SHA for cd29121
google-cloud-spanner/src/main/java/com/google/cloud/spanner/BuiltInMetricsProvider.java
@@ -113,7 +113,7 @@ static boolean quickCheckIsRunningOnGcp() {
113
int timeout = 5000;
114
try {
115
timeout =
116
- Integer.parseInt(System.getProperty("spanner.check_is_running_on_gcp_timeout", "500"));
+ Integer.parseInt(System.getProperty("spanner.check_is_running_on_gcp_timeout", "5000"));
117
} catch (NumberFormatException ignore) {
118
// ignore
119
}
0 commit comments