summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/crash.cc
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2013-11-02 23:15:15 -0400
committerSamuel Bronson <naesten@gmail.com>2013-11-02 23:15:15 -0400
commitc0596bc792707abf60b35d798645bef3de2e345f (patch)
tree876ef1fd2fb90ed9ca5bd24539b984a843f04a5c /crawl-ref/source/crash.cc
parent47f77d041ed7fc6e1065d5a09e836f8f6ecc07d9 (diff)
downloadcrawl-ref-c0596bc792707abf60b35d798645bef3de2e345f.tar.gz
crawl-ref-c0596bc792707abf60b35d798645bef3de2e345f.zip
Lengthen the crash timeout to work on my PII, even calling GDB
Diffstat (limited to 'crawl-ref/source/crash.cc')
-rw-r--r--crawl-ref/source/crash.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/crash.cc b/crawl-ref/source/crash.cc
index fb7bfbd9ee..5732c7898b 100644
--- a/crawl-ref/source/crash.cc
+++ b/crawl-ref/source/crash.cc
@@ -143,7 +143,7 @@ void crash_signal_handler(int sig_num)
// internally.
// There's no reliable way to ensure such things won't happen. A pragmatic
// solution is to abort the crash dump.
- alarm(5);
+ alarm(120);
// In case the crash dumper is unable to open a file and has to dump
// to stderr.