mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-12 16:26:37 +00:00
Tests may take longer than 60 seconds to complete
This commit is contained in:
parent
3a8315971e
commit
e336cd463f
2
build.sh
2
build.sh
@ -73,7 +73,7 @@ case "${1:-default}" in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
test-cov)
|
test-cov)
|
||||||
ulimit -t 60 &>/dev/null || true
|
ulimit -t 600 &>/dev/null || true
|
||||||
ulimit -d 512000 &>/dev/null || true
|
ulimit -d 512000 &>/dev/null || true
|
||||||
ulimit -m 512000 &>/dev/null || true
|
ulimit -m 512000 &>/dev/null || true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user