Trying to update a view with ALTER VIEW and it does not happen immediately, then there is most likely a contention for the table with another process (user).
To find out what is blocking, start the alter statement again, then execute the following SQL, for SQL server,
sp_who2 active