I am trying to train a model with LSTM. The dataset is the history of 730 days (with Open, Close, Hig, low, Volume - Multivariant) and an epoch of 30. But the training seems to timeout after 30 minutes using the Train method. and this is with just one symbol. 

Ideally i would like to train multiple symbols.

Any idea how i can do this without it timing out?