mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Some tests timeout after 30s. Increase timeout
This commit is contained in:
parent
4173add4ed
commit
1dc643a6b6
1 changed files with 2 additions and 2 deletions
|
@ -77,9 +77,9 @@ check::
|
|||
export ADDITIONAL_INCLUDE_DIRS;\
|
||||
export ADDITIONAL_LIB_DIRS;\
|
||||
if [ "$(debug)" = "yes" ]; then \
|
||||
gnustep-tests --debug 'base/$(testobj)';\
|
||||
gnustep-tests --debug --timeout 300s 'base/$(testobj)';\
|
||||
else \
|
||||
gnustep-tests 'base/$(testobj)';\
|
||||
gnustep-tests --timeout 300s 'base/$(testobj)';\
|
||||
fi; \
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue