Explorar el Código

Increase timeout duration for test to reduce false negatives

Rod Hynes hace 6 años
padre
commit
08751dd117
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ClientLibrary/clientlib/clientlib_test.go

+ 1 - 1
ClientLibrary/clientlib/clientlib_test.go

@@ -61,7 +61,7 @@ func TestStartTunnel(t *testing.T) {
 	configJSON := getConfigJSON(t)
 	clientPlatform := "clientlib_test.go"
 	networkID := "UNKNOWN"
-	timeout := 10
+	timeout := 20
 
 	// Cancels the context after a duration. Pass 0 for no cancel.
 	// (Note that cancelling causes an error, not a timeout.)