aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-05-24 14:58:08 +0200
committerThomas White <taw@physics.org>2018-05-24 14:59:23 +0200
commit2b9b4cb52775cbc2a7e458fae3a799e0a03f378d (patch)
treed6f1580fb4d79f106ebf9fbe424e8bd247bd9623 /src/im-sandbox.c
parentf830fd6e10c31cd7a604462f581f33cd9a56d6d5 (diff)
indexamajig: Show timeout in minutes not seconds
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r--src/im-sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index 74467529..09928a82 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -141,7 +141,7 @@ static void check_hung_workers(struct sandbox *sb)
}
if ( tnow - sb->last_response[i] > 240 ) {
- STATUS("Worker %i did not respond for 240 seconds - "
+ STATUS("Worker %i did not respond for 4 minutes - "
"sending it SIGKILL.\n", i);
kill(sb->pids[i], SIGKILL);
stamp_response(sb, i);