File tree Expand file tree Collapse file tree
src/test/java/com/google/cloud/bigquery/jdbc/it Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 <skip >${skipSurefire} </skip >
5151 <systemPropertyVariables >
5252 <JDBC_TESTS >true</JDBC_TESTS >
53- <java .net.preferIPv4Stack>true</java .net.preferIPv4Stack>
5453 </systemPropertyVariables >
5554 </configuration >
5655 </plugin >
6059 <configuration >
6160 <systemPropertyVariables >
6261 <JDBC_TESTS >true</JDBC_TESTS >
63- <java .net.preferIPv4Stack>true</java .net.preferIPv4Stack>
6462 </systemPropertyVariables >
6563 </configuration >
6664 <dependencies >
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ private Trace verifyAndFetchTrace(String traceId) throws Exception {
307307
308308 private <T > T pollWithRetry (java .util .concurrent .Callable <T > task ) throws InterruptedException {
309309 int attempts = 0 ;
310- int maxAttempts = 10 ;
310+ int maxAttempts = 24 ;
311311 long delayMs = 10000 ;
312312
313313 // 10 second wait for GCP to ingest data
You can’t perform that action at this time.
0 commit comments