repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae2377d
)
[test] fix tests
author
liuwenzhe
<liuwenzhe_neoye@163.com>
Thu, 21 May 2020 07:40:12 +0000
(15:40 +0800)
committer
liuwenzhe
<liuwenzhe_neoye@163.com>
Thu, 21 May 2020 07:40:12 +0000
(15:40 +0800)
tests/fixed.test.js
patch
|
blob
|
blame
|
history
diff --git
a/tests/fixed.test.js
b/tests/fixed.test.js
index b591c54c64f0a3e7e3664a16898569e66a1328ea..2ed97444bdb94a98f793f1833d027c0070f4b14b 100644
(file)
--- a/
tests/fixed.test.js
+++ b/
tests/fixed.test.js
@@
-62,7
+62,7
@@
describe('Fixed thread pool test suite ', () => {
const usedTime = new Date().getTime() - startTime
expect(result).toBeTruthy()
expect(result.f).toBe(data.f)
- expect(usedTime).toBeGreaterThan(2000)
+ expect(usedTime).toBeGreaterThan
OrEqual
(2000)
})
it('Shutdown test', async () => {