From: Gavin L. v. a. <we...@ma...> - 2005-12-22 18:45:17
|
Log Message: ----------- Gateway update: change $gatewayGracePeriod Modified Files: -------------- webwork2/conf: global.conf.dist Revision Data ------------- Index: global.conf.dist =================================================================== RCS file: /webwork/cvs/system/webwork2/conf/global.conf.dist,v retrieving revision 1.160 retrieving revision 1.161 diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.160 -r1.161 --- conf/global.conf.dist +++ conf/global.conf.dist @@ -621,7 +621,7 @@ # Option for gateway tests; $gatewayGracePeriod is the time in seconds # after the official due date during which we'll still grade the test -$gatewayGracePeriod = 150; +$gatewayGracePeriod = 120; ################################################################################ # PG subsystem options |