Explorar o código

Increase timeout duration for test to reduce false negatives

Rod Hynes %!s(int64=6) %!d(string=hai) anos
pai
achega
08751dd117
Modificáronse 1 ficheiros con 1 adicións e 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.)