From: Stephen Adams Date: Thu, 19 May 1994 00:05:14 +0000 (+0000) Subject: Extended catatonia timeout to 120s - much more reasonable on slow X-Git-Tag: 20090517-FFI~7174 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9fbeb4a2017fa313c6a905b3dab4cc50a57067f9;p=mit-scheme.git Extended catatonia timeout to 120s - much more reasonable on slow machines. --- diff --git a/v7/src/microcode/ntsig.c b/v7/src/microcode/ntsig.c index df16e4a43..6d7cd1048 100644 --- a/v7/src/microcode/ntsig.c +++ b/v7/src/microcode/ntsig.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ntsig.c,v 1.15 1993/10/26 03:04:10 jawilson Exp $ +$Id: ntsig.c,v 1.16 1994/05/19 00:05:14 adams Exp $ Copyright (c) 1992-1993 Massachusetts Institute of Technology @@ -408,7 +408,7 @@ DEFUN_VOID (OS_restartable_exit) INT_Global_1: Windows polling interrupt. */ -#define CATATONIA_PERIOD 30000 /* msec */ +#define CATATONIA_PERIOD 120000 /* msec */ #define ASYNC_TIMER_PERIOD 50 /* msec */ static void * timer_state = ((void *) NULL);