libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] [patch] tests/: mapper.c timeout increase


From: Jan Kratochvil
Subject: [Libunwind-devel] [patch] tests/: mapper.c timeout increase
Date: Thu, 10 May 2007 22:52:32 +0200
User-agent: Mutt/1.4.2.2i

Hi,

the testcase timeouts in some cases, discussed at
        http://lists.gnu.org/archive/html/libunwind-devel/2007-03/msg00005.html



2007-03-20  Nurdin Premji  <address@hidden>

        * tests/mapper.c: Change alarm timeout to 80.

--- libunwind-git-clean/tests/mapper.c  2007-03-08 21:26:26.000000000 +0100
+++ libunwind-clean/tests/mapper.c      2007-04-04 16:16:22.000000000 +0200
@@ -56,7 +56,7 @@ main (int argc, char **argv)
        }
     }
 
-  alarm (30);  /* die if we don't finish in 30 seconds */
+  alarm (80);  /* die if we don't finish in 80 seconds */
 
   printf ("Turning on single-stepping...\n");
   kill (getpid (), SIGUSR1);   /* tell test-ptrace to start single-stepping */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]