]> gitweb.factorcode.org Git - factor.git/commitdiff
mason.child: change to 2 hour timeout.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 14 Jan 2023 17:28:59 +0000 (09:28 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 14 Jan 2023 17:29:20 +0000 (09:29 -0800)
extra/mason/child/child.factor

index e464f26e0db5e5c1a1143b7bd6cadb966c23a94a..0e707c6da69a077e3018b1d91a2698b7e66c8a2d 100644 (file)
@@ -77,7 +77,7 @@ M: windows factor-path "./factor.com" ;
             +closed+ >>stdin
             "../test-log" >>stdout
             +stdout+ >>stderr
-            6 hours >>timeout
+            2 hours >>timeout
             +new-group+ >>group
         try-process
     ] with-directory ;