about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nitro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nitro.c b/nitro.c
index 3f30507..ac8aaae 100644
--- a/nitro.c
+++ b/nitro.c
@@ -1548,7 +1548,7 @@ main(int argc, char *argv[])
 		};
 		sigaction(SIGALRM, &sa, 0);
 
-		alarm(3);
+		alarm(7);
 		while (1) {
 			int r = waitpid(-1, 0, 0);
 			if (r < 0)