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

Reduce test timeout before retry

Rod Hynes 5 сар өмнө
parent
commit
78944f0038

+ 1 - 1
psiphon/server/server_test.go

@@ -3747,7 +3747,7 @@ func makeTunneledWebRequest(
 
 func makeTunneledNTPRequest(t *testing.T, localSOCKSProxyPort int, udpgwServerAddress string) error {
 
-	timeout := 20 * time.Second
+	timeout := 10 * time.Second
 	var err error
 
 	testHostnames := []string{"time.google.com", "time.nist.gov", "pool.ntp.org"}