mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-08 18:33:42 +01:00
2007-03-20 Nurdin Premji <npremji@redhat.com>
* tests/mapper.c: Change alarm timeout to 80, as per discussion at: http://lists.gnu.org/archive/html/libunwind-devel/2007-03/msg00005.html
This commit is contained in:
parent
565ffdb75c
commit
0fa6b58f5d
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue