summaryrefslogtreecommitdiffstats
path: root/tests/httpTestScript.tcl
diff options
context:
space:
mode:
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