Increase the maximum allowed time for the test.
[pspp] / tests / test-memmem.c
index 3ce54c7acc4928e68fdae956eb7b9a9a1437ebf1..58043cdcdc2571ad666906ddfa747faa425c8af9 100644 (file)
@@ -42,7 +42,7 @@ main (int argc, char *argv[])
      caused by SIGALRM.  All known platforms that lack alarm also lack
      memmem, and the replacement memmem is known to not take too
      long.  */
-  alarm (10);
+  alarm (100);
 #endif
 
   {