Fix gdb.multi/multi-arch-exec.exp blocking under high load/slow gdb
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.multi / hello.c
index c079a18edd816b75987725777fa6238545ad2bd6..b742a7345f0d9912eaf07267738c42edb50c685f 100644 (file)
@@ -48,7 +48,7 @@ main()
 {
   int tmpx;
 
-  alarm (30);
+  alarm (240);
 
   bar();
   tmpx = hello(glob);
This page took 0.02543 seconds and 4 git commands to generate.