mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
fix timeout in tests
This commit is contained in:
parent
6a21dafb22
commit
ce7254f80f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ solvertest () {
|
||||||
for f in `find -L $1 -name *.cnf -type f`
|
for f in `find -L $1 -name *.cnf -type f`
|
||||||
do
|
do
|
||||||
echo -ne "\r\033[KTesting $f..."
|
echo -ne "\r\033[KTesting $f..."
|
||||||
tests/main -t 5s -s 1G $f | grep $2 > /dev/null 2> /dev/null
|
tests/main -t 30s -s 1G $f | grep $2 > /dev/null 2> /dev/null
|
||||||
RET=$?
|
RET=$?
|
||||||
if [ $RET -ne 0 ];
|
if [ $RET -ne 0 ];
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue