Skip to content

Commit c7fa3e0

Browse files
authored
Increate retry number (#203)
1 parent 9bbe979 commit c7fa3e0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/lib/model/gtm.test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import { jest } from '@jest/globals'
2+
jest.retryTimes(3)
3+
14
import Matrix from '../../../lib/util/matrix.js'
25
import GTM from '../../../lib/model/gtm.js'
36

tests/lib/model/slice_sampling.test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import { jest } from '@jest/globals'
2+
jest.retryTimes(3)
3+
14
import Matrix from '../../../lib/util/matrix.js'
25
import SliceSampling from '../../../lib/model/slice_sampling.js'
36

0 commit comments

Comments
 (0)