We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20010db commit ab4d41fCopy full SHA for ab4d41f
winsup/testsuite/cygrun.sh
@@ -14,5 +14,5 @@ then
14
$cygrun "$exe -v -cygwin $windows_runtime_root/cygwin1.dll"
15
else
16
# Removing cygdrop $cygrun to make the tests pass while testing on wsl-env
17
- $exe
+ timeout --preserve-status 60 "$exe"
18
fi
0 commit comments