We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509a3a6 commit c9d1503Copy full SHA for c9d1503
git.cygport
@@ -188,7 +188,7 @@ src_test() {
188
# cygmake, after checking that make *is* currently a file executable
189
# rather than an alias or another function.
190
[[ "$(type -t make)" = file ]]
191
- make () { timeout -k5m -v 2h make "$@"; }
+ make () { timeout -k5m -v 4h make "$@"; }
192
193
# Run the main tests in parallel. But not too parallel: that seems to
194
# cause intermittent failures.
0 commit comments