Эх сурвалжийг харах

Increase timeout duration for test to reduce false negatives

Rod Hynes 6 жил өмнө
parent
commit
08751dd117

+ 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.)