Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
increase timeout to 1800
Browse files Browse the repository at this point in the history
  • Loading branch information
guschmue committed Feb 22, 2017
1 parent 1337cdd commit 8d6198c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

abs_path = os.path.dirname(os.path.abspath(__file__))
notebook = os.path.join(abs_path, "..", "..", "..", "..", "Tutorials", "CNTK_106B_LSTM_Timeseries_with_IOT_Data.ipynb")
notebook_timeoutSeconds = 600
notebook_timeoutSeconds = 1800

def test_cntk_106B_lstm_timeseries_with_iot_data_noErrors(nb):
errors = [output for cell in nb.cells if 'outputs' in cell
Expand Down

0 comments on commit 8d6198c

Please sign in to comment.