mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-09 06:04:03 +00:00
examples: changed the default test intervnal time. (1 -> 2)
This commit is contained in:
parent
ec5a32bb73
commit
c40df32561
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ RED='\033[31m'
|
|||
GREEN='\033[32m'
|
||||
NC='\033[0m'
|
||||
|
||||
INTERVAL=${1:-1}
|
||||
INTERVAL=${1:-2}
|
||||
EXAMPLES=`find . -executable -type f | sort | uniq`
|
||||
for EXAMPLE in $EXAMPLES
|
||||
do
|
||||
|
|
Loading…
Add table
Reference in a new issue