--- loncom/auth/lonauth.pm 2001/08/04 00:39:32 1.22 +++ loncom/auth/lonauth.pm 2001/08/16 02:03:15 1.23 @@ -7,6 +7,7 @@ # 05/28,05/29 Gerd Kortemeyer # 07/24 Scott Harrison # 07/28,08/03 Gerd Kortemeyer +# 8/15 Scott Harrison package Apache::lonauth; @@ -172,7 +173,7 @@ function wait() { } function main() { - canceltim=setTimeout('tim=1;',20000); + canceltim=setTimeout('tim=1;',80000); checkdef(); wait(); }