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 fafd988 commit b64408cCopy full SHA for b64408c
winsup/testsuite/cygrun.sh
@@ -14,7 +14,7 @@ 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
- timeout --preserve-status 60 "$exe"
+ timeout --preserve-status $TIMEOUT_SECONDS "$exe"
18
if [ $? -eq 124 ]; then
19
echo "Test '$exe' terminated due to timeout." >&2
20
fi
0 commit comments