Skip to content

Commit ab4d41f

Browse files
committed
Workaround of 60 seconds timeout for handing tests
1 parent 20010db commit ab4d41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winsup/testsuite/cygrun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ then
1414
$cygrun "$exe -v -cygwin $windows_runtime_root/cygwin1.dll"
1515
else
1616
# Removing cygdrop $cygrun to make the tests pass while testing on wsl-env
17-
$exe
17+
timeout --preserve-status 60 "$exe"
1818
fi

0 commit comments

Comments
 (0)