From 7d4e1427646ac30182ef35874704f3c7b4337abb Mon Sep 17 00:00:00 2001
From: Scott Talbert <swt@techie.net>
Date: Sun, 14 Dec 2025 19:58:29 -0500
Subject: [PATCH] Extend timeout on test-api-parcompwrite

This is needed for the test to pass on riscv64 and hppa architectures.
---
 test/api/parcompwrite.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/api/parcompwrite.cpp b/test/api/parcompwrite.cpp
index 54cdda35..b0319e14 100644
--- a/test/api/parcompwrite.cpp
+++ b/test/api/parcompwrite.cpp
@@ -248,7 +248,7 @@ static void catch_alarm (int sig) {
 int main () {
   const char *suffixes[] = {"", ".gz"};
   (void) ::signal (SIGALRM, catch_alarm);
-  ::alarm (1);
+  ::alarm (2);
   for (auto s : suffixes) {
     suffix = s;
     for (unsigned c = 0; c != 2; c++) {
-- 
2.51.0

