summaryrefslogtreecommitdiffstats
path: root/tests/httpTestScript.tcl
diff options
context:
space:
mode:
authorkjnash <k.j.nash@usa.net>2018-04-01 01:09:57 (GMT)
committerkjnash <k.j.nash@usa.net>2018-04-01 01:09:57 (GMT)
commit13571723674678c9c380ee2e6f2f5bc44777f58f (patch)
treeaeed232055ce9e7299ad3cbbf7dd30084459eaca /tests/httpTestScript.tcl
parent466fd1d9304f60660938226a59e6ed8156a0d02e (diff)
downloadtcl-13571723674678c9c380ee2e6f2f5bc44777f58f.zip
tcl-13571723674678c9c380ee2e6f2f5bc44777f58f.tar.gz
tcl-13571723674678c9c380ee2e6f2f5bc44777f58f.tar.bz2
Increase test timeout to 10s. Remove commenting from Log calls that report long delay for [socket].
Diffstat (limited to 'tests/httpTestScript.tcl')
-rw-r--r--tests/httpTestScript.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/httpTestScript.tcl b/tests/httpTestScript.tcl
index 68b3474..4046c7a 100644
--- a/tests/httpTestScript.tcl
+++ b/tests/httpTestScript.tcl
@@ -383,7 +383,7 @@ proc httpTestScript::Requester {uriCode keepAlive validate query args} {
if {[catch {
::http::geturl $absUrl \
-validate $validate \
- -timeout 4000 \
+ -timeout 10000 \
{*}$queryArgs \
-keepalive $keepAlive \
-command ::httpTestScript::WhenFinished