mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Maybe this is how you increment an integer?
This commit is contained in:
parent
921ed6e8b3
commit
bc5aa5412f
@ -21,7 +21,7 @@ do
|
||||
fi
|
||||
echo "Waiting (total ${attempts}s) for server to start..."
|
||||
sleep 1
|
||||
((attempts++))
|
||||
attempts=$((attempts+1))
|
||||
done
|
||||
|
||||
go test "$@"
|
Loading…
x
Reference in New Issue
Block a user