File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ describe('charRnn', () => {
29
29
let rnn ;
30
30
31
31
beforeAll ( async ( ) => {
32
- jasmine . DEFAULT_TIMEOUT_INTERVAL = 30000 ; //set extra long interval due to issues with CharRNN generation time
32
+ jasmine . DEFAULT_TIMEOUT_INTERVAL = 60000 ; //set extra long interval due to issues with CharRNN generation time
33
33
rnn = await charRNN ( RNN_MODEL_URL , undefined ) ;
34
34
} ) ;
35
35
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ describe('word2vec', () => {
13
13
let numTensorsBeforeAll ;
14
14
let numTensorsBeforeEach ;
15
15
beforeAll ( ( done ) => {
16
- jasmine . DEFAULT_TIMEOUT_INTERVAL = 5000 ;
16
+ jasmine . DEFAULT_TIMEOUT_INTERVAL = 60000 ;
17
17
numTensorsBeforeAll = tf . memory ( ) . numTensors ;
18
18
word2vecInstance = word2vec ( W2V_MODEL_URL , done ) ;
19
19
} ) ;
You can’t perform that action at this time.
0 commit comments