mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
parameter is seconds, do not use suffix or sleep might complain
This commit is contained in:
parent
6bceca9962
commit
b235f9e16d
1 changed files with 2 additions and 2 deletions
|
@ -76,9 +76,9 @@ check::
|
||||||
export ADDITIONAL_INCLUDE_DIRS;\
|
export ADDITIONAL_INCLUDE_DIRS;\
|
||||||
export ADDITIONAL_LIB_DIRS;\
|
export ADDITIONAL_LIB_DIRS;\
|
||||||
if [ "$(debug)" = "yes" ]; then \
|
if [ "$(debug)" = "yes" ]; then \
|
||||||
gnustep-tests --debug --timeout 300s 'base/$(testobj)';\
|
gnustep-tests --debug --timeout 300 'base/$(testobj)';\
|
||||||
else \
|
else \
|
||||||
gnustep-tests --timeout 300s 'base/$(testobj)';\
|
gnustep-tests --timeout 300 'base/$(testobj)';\
|
||||||
fi; \
|
fi; \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue