mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-27 01:14:16 +08:00
Fix gdb.multi/multi-term-settings.exp blocking under high load/slow gdb
Similarly to multi-arch-exec.exp, increase the alarm timer to avoid test blocking under high load or with a slow gdb. 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be> * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
|
||||
|
||||
* gdb.multi/multi-term-settings.c (main): Increase alarm timer.
|
||||
|
||||
2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
|
||||
|
||||
* gdb.multi/hello.c (main): Increase alarm timer.
|
||||
|
@ -31,7 +31,7 @@ main ()
|
||||
/* In case we inherit SIG_IGN. */
|
||||
signal (SIGTTOU, SIG_DFL);
|
||||
|
||||
alarm (30);
|
||||
alarm (240);
|
||||
|
||||
int count = 0;
|
||||
while (1)
|
||||
|
Reference in New Issue
Block a user