mason.common: increase timeout because Windows is damn slow
parent
b740a1fe5d
commit
68073831f9
|
@ -17,8 +17,8 @@ SYMBOL: current-git-id
|
||||||
|
|
||||||
: short-running-process ( command -- )
|
: short-running-process ( command -- )
|
||||||
#! Give network operations and shell commands at most
|
#! Give network operations and shell commands at most
|
||||||
#! 15 minutes to complete, to catch hangs.
|
#! 30 minutes to complete, to catch hangs.
|
||||||
>process 15 minutes >>timeout try-output-process ;
|
>process 30 minutes >>timeout try-output-process ;
|
||||||
|
|
||||||
HOOK: really-delete-tree os ( path -- )
|
HOOK: really-delete-tree os ( path -- )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue