1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02: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:
Nurdin Premji 2007-05-16 13:32:58 -06:00 committed by David Mosberger-Tang
parent 565ffdb75c
commit 0fa6b58f5d

View file

@ -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 */