diff --git a/regress/lib.sh b/regress/lib.sh index 5eefb34..b38a729 100644 --- a/regress/lib.sh +++ b/regress/lib.sh @@ -78,19 +78,19 @@ setup_simple_test() { # usage: get # return the body of the request on stdout get() { - $gg -T30 -b $ggflags "gemini://localhost:10965/$1" + $gg -T10 -b $ggflags "gemini://localhost:10965/$1" } # usage: head # return the meta response line on stdout head() { - $gg -T30 -h $ggflags "gemini://localhost:10965/$1" + $gg -T10 -h $ggflags "gemini://localhost:10965/$1" } # usage: raw # return both header and body raw() { - $gg -T30 $ggflags "gemini://localhost:10965/$1" + $gg -T10 $ggflags "gemini://localhost:10965/$1" } # usage: fetch