Skip to content

Commit c9d1503

Browse files
committed
Increase test timeout to give GitHub Actions a chance
1 parent 509a3a6 commit c9d1503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git.cygport

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ src_test() {
188188
# cygmake, after checking that make *is* currently a file executable
189189
# rather than an alias or another function.
190190
[[ "$(type -t make)" = file ]]
191-
make () { timeout -k5m -v 2h make "$@"; }
191+
make () { timeout -k5m -v 4h make "$@"; }
192192

193193
# Run the main tests in parallel. But not too parallel: that seems to
194194
# cause intermittent failures.

0 commit comments

Comments
 (0)